Foundry v13 migration

This commit is contained in:
LeRatierBretonnien 2025-05-01 23:27:51 +02:00
parent 965fc02eb3
commit 6b22dade9c
32 changed files with 105 additions and 122 deletions

View File

@ -36,7 +36,7 @@ export class EcrymeUtility {
/* -------------------------------------------- */
static async init() {
Hooks.on('renderChatLog', (log, html, data) => EcrymeUtility.chatListeners(html));
Hooks.on("getChatLogEntryContext", (html, options) => EcrymeUtility.chatMenuManager(html, options));
Hooks.on("getChatMessageContextOptions", (html, options) => EcrymeUtility.chatMenuManager(html, options));
this.rollDataStore = {}
this.defenderStore = {}
@ -273,20 +273,17 @@ export class EcrymeUtility {
let canTranscendRoll = []
for (let i = 1; i <= 10; i++) {
canTranscendRoll[i] = function (li) {
let message = game.messages.get(li.attr("data-message-id"))
let message = game.messages.get($(li).attr("data-message-id"))
let rollData = message.getFlag("world", "rolldata")
//console.log(">>>>>>>>>>>>>>>>>>>>>>>>>> Menu !!!!", rollData)
if (rollData.skill && rollData.skill.value >= i && !rollData.transcendUsed && rollData.spec) {
return true
}
return false
return (rollData?.skill?.value >= i && !rollData.transcendUsed && rollData.spec)
}
options.push({
name: game.i18n.localize("ECRY.chat.spectranscend") + i,
icon: '<i class="fas fa-plus-square"></i>',
condition: canTranscendRoll[i],
callback: li => {
let message = game.messages.get(li.attr("data-message-id"))
let message = game.messages.get($(li).attr("data-message-id"))
let rollData = message.getFlag("world", "rolldata")
EcrymeUtility.transcendFromSpec(rollData, i).catch("Error on Transcend")
}

View File

@ -1 +1 @@
MANIFEST-000201
MANIFEST-000205

View File

@ -1,7 +1,7 @@
2025/05/01-23:18:27.056956 7f1115ffb6c0 Recovering log #199
2025/05/01-23:18:27.067437 7f1115ffb6c0 Delete type=3 #197
2025/05/01-23:18:27.067539 7f1115ffb6c0 Delete type=0 #199
2025/05/01-23:23:12.722068 7f11153ff6c0 Level-0 table #204: started
2025/05/01-23:23:12.722089 7f11153ff6c0 Level-0 table #204: 0 bytes OK
2025/05/01-23:23:12.728871 7f11153ff6c0 Delete type=0 #202
2025/05/01-23:23:12.744842 7f11153ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)
2025/05/01-23:23:34.950257 7f11177fe6c0 Recovering log #203
2025/05/01-23:23:34.960390 7f11177fe6c0 Delete type=3 #201
2025/05/01-23:23:34.960497 7f11177fe6c0 Delete type=0 #203
2025/05/01-23:27:45.498796 7f11153ff6c0 Level-0 table #208: started
2025/05/01-23:27:45.498850 7f11153ff6c0 Level-0 table #208: 0 bytes OK
2025/05/01-23:27:45.505411 7f11153ff6c0 Delete type=0 #206
2025/05/01-23:27:45.518830 7f11153ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/05/01-23:07:32.446870 7f11177fe6c0 Recovering log #195
2025/05/01-23:07:32.457439 7f11177fe6c0 Delete type=3 #193
2025/05/01-23:07:32.457493 7f11177fe6c0 Delete type=0 #195
2025/05/01-23:13:57.500743 7f11153ff6c0 Level-0 table #200: started
2025/05/01-23:13:57.500802 7f11153ff6c0 Level-0 table #200: 0 bytes OK
2025/05/01-23:13:57.507469 7f11153ff6c0 Delete type=0 #198
2025/05/01-23:13:57.515235 7f11153ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)
2025/05/01-23:18:27.056956 7f1115ffb6c0 Recovering log #199
2025/05/01-23:18:27.067437 7f1115ffb6c0 Delete type=3 #197
2025/05/01-23:18:27.067539 7f1115ffb6c0 Delete type=0 #199
2025/05/01-23:23:12.722068 7f11153ff6c0 Level-0 table #204: started
2025/05/01-23:23:12.722089 7f11153ff6c0 Level-0 table #204: 0 bytes OK
2025/05/01-23:23:12.728871 7f11153ff6c0 Delete type=0 #202
2025/05/01-23:23:12.744842 7f11153ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000138
MANIFEST-000142

View File

@ -1,8 +1,8 @@
2025/05/01-23:18:27.111839 7f1116ffd6c0 Recovering log #136
2025/05/01-23:18:27.122280 7f1116ffd6c0 Delete type=3 #134
2025/05/01-23:18:27.122337 7f1116ffd6c0 Delete type=0 #136
2025/05/01-23:23:12.768196 7f11153ff6c0 Level-0 table #141: started
2025/05/01-23:23:12.768227 7f11153ff6c0 Level-0 table #141: 0 bytes OK
2025/05/01-23:23:12.774547 7f11153ff6c0 Delete type=0 #139
2025/05/01-23:23:12.774689 7f11153ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/05/01-23:23:12.774707 7f11153ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/05/01-23:23:35.002627 7f1116ffd6c0 Recovering log #140
2025/05/01-23:23:35.013325 7f1116ffd6c0 Delete type=3 #138
2025/05/01-23:23:35.013430 7f1116ffd6c0 Delete type=0 #140
2025/05/01-23:27:45.532648 7f11153ff6c0 Level-0 table #145: started
2025/05/01-23:27:45.532688 7f11153ff6c0 Level-0 table #145: 0 bytes OK
2025/05/01-23:27:45.540035 7f11153ff6c0 Delete type=0 #143
2025/05/01-23:27:45.546611 7f11153ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/05/01-23:27:45.546647 7f11153ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/05/01-23:07:32.501375 7f1115ffb6c0 Recovering log #132
2025/05/01-23:07:32.511977 7f1115ffb6c0 Delete type=3 #130
2025/05/01-23:07:32.512115 7f1115ffb6c0 Delete type=0 #132
2025/05/01-23:13:57.522088 7f11153ff6c0 Level-0 table #137: started
2025/05/01-23:13:57.522193 7f11153ff6c0 Level-0 table #137: 0 bytes OK
2025/05/01-23:13:57.528961 7f11153ff6c0 Delete type=0 #135
2025/05/01-23:13:57.546457 7f11153ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/05/01-23:13:57.556478 7f11153ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/05/01-23:18:27.111839 7f1116ffd6c0 Recovering log #136
2025/05/01-23:18:27.122280 7f1116ffd6c0 Delete type=3 #134
2025/05/01-23:18:27.122337 7f1116ffd6c0 Delete type=0 #136
2025/05/01-23:23:12.768196 7f11153ff6c0 Level-0 table #141: started
2025/05/01-23:23:12.768227 7f11153ff6c0 Level-0 table #141: 0 bytes OK
2025/05/01-23:23:12.774547 7f11153ff6c0 Delete type=0 #139
2025/05/01-23:23:12.774689 7f11153ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)
2025/05/01-23:23:12.774707 7f11153ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000201
MANIFEST-000205

View File

@ -1,7 +1,7 @@
2025/05/01-23:18:27.099266 7f1115ffb6c0 Recovering log #199
2025/05/01-23:18:27.109501 7f1115ffb6c0 Delete type=3 #197
2025/05/01-23:18:27.109566 7f1115ffb6c0 Delete type=0 #199
2025/05/01-23:23:12.745080 7f11153ff6c0 Level-0 table #204: started
2025/05/01-23:23:12.745126 7f11153ff6c0 Level-0 table #204: 0 bytes OK
2025/05/01-23:23:12.751818 7f11153ff6c0 Delete type=0 #202
2025/05/01-23:23:12.774663 7f11153ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)
2025/05/01-23:23:34.989243 7f11177fe6c0 Recovering log #203
2025/05/01-23:23:34.999290 7f11177fe6c0 Delete type=3 #201
2025/05/01-23:23:34.999338 7f11177fe6c0 Delete type=0 #203
2025/05/01-23:27:45.505528 7f11153ff6c0 Level-0 table #208: started
2025/05/01-23:27:45.505551 7f11153ff6c0 Level-0 table #208: 0 bytes OK
2025/05/01-23:27:45.512071 7f11153ff6c0 Delete type=0 #206
2025/05/01-23:27:45.518845 7f11153ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/05/01-23:07:32.488558 7f11167fc6c0 Recovering log #195
2025/05/01-23:07:32.498172 7f11167fc6c0 Delete type=3 #193
2025/05/01-23:07:32.498220 7f11167fc6c0 Delete type=0 #195
2025/05/01-23:13:57.494085 7f11153ff6c0 Level-0 table #200: started
2025/05/01-23:13:57.494149 7f11153ff6c0 Level-0 table #200: 0 bytes OK
2025/05/01-23:13:57.500516 7f11153ff6c0 Delete type=0 #198
2025/05/01-23:13:57.515215 7f11153ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)
2025/05/01-23:18:27.099266 7f1115ffb6c0 Recovering log #199
2025/05/01-23:18:27.109501 7f1115ffb6c0 Delete type=3 #197
2025/05/01-23:18:27.109566 7f1115ffb6c0 Delete type=0 #199
2025/05/01-23:23:12.745080 7f11153ff6c0 Level-0 table #204: started
2025/05/01-23:23:12.745126 7f11153ff6c0 Level-0 table #204: 0 bytes OK
2025/05/01-23:23:12.751818 7f11153ff6c0 Delete type=0 #202
2025/05/01-23:23:12.774663 7f11153ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000086
MANIFEST-000091

View File

@ -1,15 +1,8 @@
2025/05/01-23:18:27.084819 7f1116ffd6c0 Recovering log #82
2025/05/01-23:18:27.095491 7f1116ffd6c0 Delete type=3 #80
2025/05/01-23:18:27.095539 7f1116ffd6c0 Delete type=0 #82
2025/05/01-23:23:12.735355 7f11153ff6c0 Level-0 table #89: started
2025/05/01-23:23:12.738432 7f11153ff6c0 Level-0 table #89: 1551 bytes OK
2025/05/01-23:23:12.744606 7f11153ff6c0 Delete type=0 #87
2025/05/01-23:23:12.744906 7f11153ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)
2025/05/01-23:23:12.751899 7f11153ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at '!scenes!zvY1RwBhTfwdZIBa' @ 18 : 1
2025/05/01-23:23:12.751905 7f11153ff6c0 Compacting 1@1 + 1@2 files
2025/05/01-23:23:12.755259 7f11153ff6c0 Generated table #90@1: 2 keys, 1586 bytes
2025/05/01-23:23:12.755289 7f11153ff6c0 Compacted 1@1 + 1@2 files => 1586 bytes
2025/05/01-23:23:12.761436 7f11153ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/05/01-23:23:12.761603 7f11153ff6c0 Delete type=2 #85
2025/05/01-23:23:12.761813 7f11153ff6c0 Delete type=2 #89
2025/05/01-23:23:12.774673 7f11153ff6c0 Manual compaction at level-1 from '!scenes!zvY1RwBhTfwdZIBa' @ 18 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)
2025/05/01-23:23:34.977246 7f1116ffd6c0 Recovering log #88
2025/05/01-23:23:34.986582 7f1116ffd6c0 Delete type=3 #86
2025/05/01-23:23:34.986642 7f1116ffd6c0 Delete type=0 #88
2025/05/01-23:27:45.512228 7f11153ff6c0 Level-0 table #94: started
2025/05/01-23:27:45.512262 7f11153ff6c0 Level-0 table #94: 0 bytes OK
2025/05/01-23:27:45.518665 7f11153ff6c0 Delete type=0 #92
2025/05/01-23:27:45.518856 7f11153ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)
2025/05/01-23:27:45.518892 7f11153ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)

View File

@ -1,22 +1,15 @@
2025/05/01-23:07:32.473372 7f1115ffb6c0 Recovering log #78
2025/05/01-23:07:32.483659 7f1115ffb6c0 Delete type=3 #76
2025/05/01-23:07:32.483822 7f1115ffb6c0 Delete type=0 #78
2025/05/01-23:13:57.529124 7f11153ff6c0 Level-0 table #83: started
2025/05/01-23:13:57.532495 7f11153ff6c0 Level-0 table #83: 1430 bytes OK
2025/05/01-23:13:57.538953 7f11153ff6c0 Delete type=0 #81
2025/05/01-23:13:57.546476 7f11153ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!q6ezo9oZ0OsN14zm' @ 0 : 0; will stop at '!scenes!q6ezo9oZ0OsN14zm' @ 14 : 1
2025/05/01-23:13:57.546483 7f11153ff6c0 Compacting 1@0 + 1@1 files
2025/05/01-23:13:57.549679 7f11153ff6c0 Generated table #84@0: 4 keys, 1620 bytes
2025/05/01-23:13:57.549722 7f11153ff6c0 Compacted 1@0 + 1@1 files => 1620 bytes
2025/05/01-23:13:57.556011 7f11153ff6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
2025/05/01-23:13:57.556167 7f11153ff6c0 Delete type=2 #75
2025/05/01-23:13:57.556373 7f11153ff6c0 Delete type=2 #83
2025/05/01-23:13:57.563937 7f11153ff6c0 Manual compaction at level-0 from '!scenes!q6ezo9oZ0OsN14zm' @ 14 : 1 .. '!scenes!q6ezo9oZ0OsN14zm' @ 0 : 0; will stop at (end)
2025/05/01-23:13:57.573996 7f11153ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!q6ezo9oZ0OsN14zm' @ 0 : 0; will stop at '!scenes!wJJTdzEVyJpkUXaM' @ 10 : 0
2025/05/01-23:13:57.574007 7f11153ff6c0 Compacting 1@1 + 1@2 files
2025/05/01-23:13:57.577520 7f11153ff6c0 Generated table #85@1: 2 keys, 1569 bytes
2025/05/01-23:13:57.577567 7f11153ff6c0 Compacted 1@1 + 1@2 files => 1569 bytes
2025/05/01-23:13:57.584205 7f11153ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/05/01-23:13:57.584303 7f11153ff6c0 Delete type=2 #55
2025/05/01-23:13:57.584451 7f11153ff6c0 Delete type=2 #84
2025/05/01-23:13:57.600010 7f11153ff6c0 Manual compaction at level-1 from '!scenes!wJJTdzEVyJpkUXaM' @ 10 : 0 .. '!scenes!q6ezo9oZ0OsN14zm' @ 0 : 0; will stop at (end)
2025/05/01-23:18:27.084819 7f1116ffd6c0 Recovering log #82
2025/05/01-23:18:27.095491 7f1116ffd6c0 Delete type=3 #80
2025/05/01-23:18:27.095539 7f1116ffd6c0 Delete type=0 #82
2025/05/01-23:23:12.735355 7f11153ff6c0 Level-0 table #89: started
2025/05/01-23:23:12.738432 7f11153ff6c0 Level-0 table #89: 1551 bytes OK
2025/05/01-23:23:12.744606 7f11153ff6c0 Delete type=0 #87
2025/05/01-23:23:12.744906 7f11153ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)
2025/05/01-23:23:12.751899 7f11153ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at '!scenes!zvY1RwBhTfwdZIBa' @ 18 : 1
2025/05/01-23:23:12.751905 7f11153ff6c0 Compacting 1@1 + 1@2 files
2025/05/01-23:23:12.755259 7f11153ff6c0 Generated table #90@1: 2 keys, 1586 bytes
2025/05/01-23:23:12.755289 7f11153ff6c0 Compacted 1@1 + 1@2 files => 1586 bytes
2025/05/01-23:23:12.761436 7f11153ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/05/01-23:23:12.761603 7f11153ff6c0 Delete type=2 #85
2025/05/01-23:23:12.761813 7f11153ff6c0 Delete type=2 #89
2025/05/01-23:23:12.774673 7f11153ff6c0 Manual compaction at level-1 from '!scenes!zvY1RwBhTfwdZIBa' @ 18 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000201
MANIFEST-000205

View File

@ -1,7 +1,7 @@
2025/05/01-23:18:27.043700 7f11167fc6c0 Recovering log #199
2025/05/01-23:18:27.054373 7f11167fc6c0 Delete type=3 #197
2025/05/01-23:18:27.054431 7f11167fc6c0 Delete type=0 #199
2025/05/01-23:23:12.728954 7f11153ff6c0 Level-0 table #204: started
2025/05/01-23:23:12.728976 7f11153ff6c0 Level-0 table #204: 0 bytes OK
2025/05/01-23:23:12.735241 7f11153ff6c0 Delete type=0 #202
2025/05/01-23:23:12.744865 7f11153ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)
2025/05/01-23:23:34.938221 7f1116ffd6c0 Recovering log #203
2025/05/01-23:23:34.947805 7f1116ffd6c0 Delete type=3 #201
2025/05/01-23:23:34.947853 7f1116ffd6c0 Delete type=0 #203
2025/05/01-23:27:45.491261 7f11153ff6c0 Level-0 table #208: started
2025/05/01-23:27:45.491305 7f11153ff6c0 Level-0 table #208: 0 bytes OK
2025/05/01-23:27:45.498558 7f11153ff6c0 Delete type=0 #206
2025/05/01-23:27:45.518813 7f11153ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/05/01-23:07:32.434634 7f1116ffd6c0 Recovering log #195
2025/05/01-23:07:32.444575 7f1116ffd6c0 Delete type=3 #193
2025/05/01-23:07:32.444622 7f1116ffd6c0 Delete type=0 #195
2025/05/01-23:13:57.486841 7f11153ff6c0 Level-0 table #200: started
2025/05/01-23:13:57.486887 7f11153ff6c0 Level-0 table #200: 0 bytes OK
2025/05/01-23:13:57.493859 7f11153ff6c0 Delete type=0 #198
2025/05/01-23:13:57.515189 7f11153ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)
2025/05/01-23:18:27.043700 7f11167fc6c0 Recovering log #199
2025/05/01-23:18:27.054373 7f11167fc6c0 Delete type=3 #197
2025/05/01-23:18:27.054431 7f11167fc6c0 Delete type=0 #199
2025/05/01-23:23:12.728954 7f11153ff6c0 Level-0 table #204: started
2025/05/01-23:23:12.728976 7f11153ff6c0 Level-0 table #204: 0 bytes OK
2025/05/01-23:23:12.735241 7f11153ff6c0 Delete type=0 #202
2025/05/01-23:23:12.744865 7f11153ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000201
MANIFEST-000205

View File

@ -1,7 +1,7 @@
2025/05/01-23:18:27.070994 7f11167fc6c0 Recovering log #199
2025/05/01-23:18:27.081264 7f11167fc6c0 Delete type=3 #197
2025/05/01-23:18:27.081417 7f11167fc6c0 Delete type=0 #199
2025/05/01-23:23:12.715522 7f11153ff6c0 Level-0 table #204: started
2025/05/01-23:23:12.715566 7f11153ff6c0 Level-0 table #204: 0 bytes OK
2025/05/01-23:23:12.721964 7f11153ff6c0 Delete type=0 #202
2025/05/01-23:23:12.744818 7f11153ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)
2025/05/01-23:23:34.963229 7f1115ffb6c0 Recovering log #203
2025/05/01-23:23:34.973922 7f1115ffb6c0 Delete type=3 #201
2025/05/01-23:23:34.974025 7f1115ffb6c0 Delete type=0 #203
2025/05/01-23:27:45.518950 7f11153ff6c0 Level-0 table #208: started
2025/05/01-23:27:45.518982 7f11153ff6c0 Level-0 table #208: 0 bytes OK
2025/05/01-23:27:45.525989 7f11153ff6c0 Delete type=0 #206
2025/05/01-23:27:45.546586 7f11153ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/05/01-23:07:32.459747 7f11167fc6c0 Recovering log #195
2025/05/01-23:07:32.469431 7f11167fc6c0 Delete type=3 #193
2025/05/01-23:07:32.469488 7f11167fc6c0 Delete type=0 #195
2025/05/01-23:13:57.507684 7f11153ff6c0 Level-0 table #200: started
2025/05/01-23:13:57.507736 7f11153ff6c0 Level-0 table #200: 0 bytes OK
2025/05/01-23:13:57.514942 7f11153ff6c0 Delete type=0 #198
2025/05/01-23:13:57.515256 7f11153ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)
2025/05/01-23:18:27.070994 7f11167fc6c0 Recovering log #199
2025/05/01-23:18:27.081264 7f11167fc6c0 Delete type=3 #197
2025/05/01-23:18:27.081417 7f11167fc6c0 Delete type=0 #199
2025/05/01-23:23:12.715522 7f11153ff6c0 Level-0 table #204: started
2025/05/01-23:23:12.715566 7f11153ff6c0 Level-0 table #204: 0 bytes OK
2025/05/01-23:23:12.721964 7f11153ff6c0 Delete type=0 #202
2025/05/01-23:23:12.744818 7f11153ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end)