Initial commit
This commit is contained in:
41
config/spark/activity.json
Normal file
41
config/spark/activity.json
Normal file
@@ -0,0 +1,41 @@
|
||||
[
|
||||
{
|
||||
"user": {
|
||||
"type": "player",
|
||||
"name": "bloodking450",
|
||||
"uniqueId": "31e6895d-7ea8-49d5-af29-b5a6bcd42a66"
|
||||
},
|
||||
"time": 1786763897066,
|
||||
"type": "Profiler (live)",
|
||||
"data": {
|
||||
"type": "url",
|
||||
"value": "https://spark.lucko.me/6GrwwZoCK3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"user": {
|
||||
"type": "player",
|
||||
"name": "bloodking450",
|
||||
"uniqueId": "31e6895d-7ea8-49d5-af29-b5a6bcd42a66"
|
||||
},
|
||||
"time": 1786762979755,
|
||||
"type": "Heap dump summary",
|
||||
"data": {
|
||||
"type": "url",
|
||||
"value": "https://spark.lucko.me/ATEO19n2aQ"
|
||||
}
|
||||
},
|
||||
{
|
||||
"user": {
|
||||
"type": "player",
|
||||
"name": "bloodking450",
|
||||
"uniqueId": "31e6895d-7ea8-49d5-af29-b5a6bcd42a66"
|
||||
},
|
||||
"time": 1786762498601,
|
||||
"type": "Heap dump summary",
|
||||
"data": {
|
||||
"type": "url",
|
||||
"value": "https://spark.lucko.me/HF1YKVprRT"
|
||||
}
|
||||
}
|
||||
]
|
||||
4
config/spark/config.json
Normal file
4
config/spark/config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
|
||||
"backgroundProfiler": true
|
||||
}
|
||||
10
config/spark/tmp-client/about.txt
Normal file
10
config/spark/tmp-client/about.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# What is this directory?
|
||||
|
||||
* In order to perform certain functions, spark sometimes needs to write temporary data to the disk.
|
||||
* Previously, a temporary directory provided by the operating system was used for this purpose.
|
||||
* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead!
|
||||
|
||||
spark will automatically cleanup the contents of this directory.
|
||||
(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp)
|
||||
|
||||
tl;dr: spark uses this folder to store some temporary data.
|
||||
10
config/spark/tmp/about.txt
Normal file
10
config/spark/tmp/about.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# What is this directory?
|
||||
|
||||
* In order to perform certain functions, spark sometimes needs to write temporary data to the disk.
|
||||
* Previously, a temporary directory provided by the operating system was used for this purpose.
|
||||
* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead!
|
||||
|
||||
spark will automatically cleanup the contents of this directory.
|
||||
(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp)
|
||||
|
||||
tl;dr: spark uses this folder to store some temporary data.
|
||||
Reference in New Issue
Block a user