Various fixes for translations

This commit is contained in:
LeRatierBretonnien 2025-02-11 21:55:04 +01:00
parent fe513e821a
commit 2eb153ce14
97 changed files with 323 additions and 314 deletions

View File

@ -468,6 +468,7 @@
"BOL.chat.welcome4": "Im Discord findet ihr Support für die FoundryVTT-Implementierung dieses Systems: https://discord.gg/pPSDNJk",
"BOL.chat.welcome5": "Auf ein gutes Spiel in Lemuria!",
"BOL.chat.welcome6": "",
"BOL.chat.bolRulebookMessage": "Don't miss the full Rulebook module (including Sagas) available at : https://www.ludospherik-editions.com/en_gb/ !",
"BOL.settings.rollArmor": "Roll for armor",
"BOL.settings.rollArmorTooltip": "Roll for armor value, fixed value if unchecked",

View File

@ -543,6 +543,7 @@
"BOL.chat.criticalbuttonjournal": "Legendary/Heroic Success",
"BOL.chat.nodamage": "Do not apply damages",
"BOL.chat.armorRoll": "Armor roll",
"BOL.chat.bolRulebookMessage": "Don't miss the full Rulebook module (including Sagas) available at : https://www.ludospherik-editions.com/en_gb/ !",
"BOL.dialog.soeasy": "So easy (+4)",
"BOL.dialog.veryeasy": "Very easy (+2)",

View File

@ -534,6 +534,7 @@
"BOL.chat.criticalinfo": "¡Esto es un éxito Asombroso o Legendario! Escoge tus opciones y efectos",
"BOL.chat.criticalbuttonjournal": "Éxito Asombroso/Legendario",
"BOL.chat.armorRoll": "Tirada de Armadura",
"BOL.chat.bolRulebookMessage": "Don't miss the full Rulebook module (including Sagas) available at : https://www.ludospherik-editions.com/en_gb/ !",
"BOL.dialog.soeasy": "Demasiado fácil (+4)",
"BOL.dialog.veryeasy": "Muy fácil (+2)",

View File

@ -569,7 +569,7 @@
"BOL.chat.criticalinfo": "C'est un succès Héroïque ! Choisissez vos options et effets !",
"BOL.chat.criticallegendaryinfo": "C'est un succès Légendaire ! Choisissez vos options et effets !",
"BOL.chat.criticalbuttonjournal": "Succès Héroïque/Légendaire",
"BOL.chat.bolRulebookMessage": "N'oubliez pas le module complet du Livre de Règle et des Sagas disponible ici : https://www.ludospherik-editions.com !",
"BOL.chat.losshp": "{name} a perdu {lossHP} points de Vitalité. Si il se repose quelques minutes, il peut récupérer {recupHP} points de Vitalité.",
"BOL.chat.applyrecup": "Récupérer pendant quelques minutes (+{recupHP} Vitalité)",
"BOL.chat.inforecup": "{name} vient de récupérer {recupHP} points de Vitalité après quelques minutes de repos.",

View File

@ -84,16 +84,22 @@ Hooks.once('init', async function () {
/* -------------------------------------------- */
function welcomeMessage() {
ChatMessage.create({
user: game.user.id,
whisper: [game.user.id],
content: `<div id="welcome-message-bol"><span class="rdd-roll-part">
let content = `<div id="welcome-message-bol"><span class="rdd-roll-part">
<strong>` + game.i18n.localize("BOL.chat.welcome1") + `</strong><p>` +
game.i18n.localize("BOL.chat.welcome2") + "<p>" +
game.i18n.localize("BOL.chat.welcome3") + "<p>" +
game.i18n.localize("BOL.chat.welcome4") + "</p>" +
game.i18n.localize("BOL.chat.welcome5") + "<br>" +
game.i18n.localize("BOL.chat.welcome6")
let rulebook = game.modules.find( m => m.id === "bol-rulebook")
if ( !rulebook ) {
content += "<p>" + game.i18n.localize("BOL.chat.bolRulebookMessage") + "</p>"
}
ChatMessage.create({
user: game.user.id,
whisper: [game.user.id],
content: content
})
if (game.user.isGM && game.i18n.lang == 'en' && !game.modules.find(m => m.id == "babele") ){
@ -101,7 +107,7 @@ function welcomeMessage() {
user: game.user.id,
whisper: [game.user.id],
content: `<div id="welcome-message-bol"><span class="rdd-roll-part">
<strong>WARNING ! English language selected, but babele module is not installed !<br>Please install babele from the module tab in Foundry interface.`
<strong>WARNING ! English language selected, but Babele module is not installed !<br>Please install babele from the module tab in Foundry interface.`
} )
ui.notifications.warn("WARNING ! English language selected, but babele module is not installed !<br>Please install babele from the module tab in Foundry interface.")
}

View File

@ -1 +1 @@
MANIFEST-000733
MANIFEST-000741

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.397104 7f92b47f86c0 Recovering log #731
2025/02/11-21:42:36.408087 7f92b47f86c0 Delete type=3 #729
2025/02/11-21:42:36.408183 7f92b47f86c0 Delete type=0 #731
2025/02/11-21:44:45.357066 7f92b3bff6c0 Level-0 table #736: started
2025/02/11-21:44:45.357089 7f92b3bff6c0 Level-0 table #736: 0 bytes OK
2025/02/11-21:44:45.363526 7f92b3bff6c0 Delete type=0 #734
2025/02/11-21:44:45.376667 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.376723 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.987644 7f92b57fa6c0 Recovering log #739
2025/02/11-21:52:03.997651 7f92b57fa6c0 Delete type=3 #737
2025/02/11-21:52:03.997734 7f92b57fa6c0 Delete type=0 #739
2025/02/11-21:54:35.598552 7f92b3bff6c0 Level-0 table #744: started
2025/02/11-21:54:35.598583 7f92b3bff6c0 Level-0 table #744: 0 bytes OK
2025/02/11-21:54:35.604608 7f92b3bff6c0 Delete type=0 #742
2025/02/11-21:54:35.611345 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.611398 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.674057 7f92b57fa6c0 Recovering log #727
2025/02/11-21:38:05.685220 7f92b57fa6c0 Delete type=3 #725
2025/02/11-21:38:05.685300 7f92b57fa6c0 Delete type=0 #727
2025/02/11-21:42:08.275564 7f92b3bff6c0 Level-0 table #732: started
2025/02/11-21:42:08.275604 7f92b3bff6c0 Level-0 table #732: 0 bytes OK
2025/02/11-21:42:08.281731 7f92b3bff6c0 Delete type=0 #730
2025/02/11-21:42:08.289245 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.289303 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.957249 7f92b4ff96c0 Recovering log #735
2025/02/11-21:46:58.011032 7f92b4ff96c0 Delete type=3 #733
2025/02/11-21:46:58.011095 7f92b4ff96c0 Delete type=0 #735
2025/02/11-21:51:51.193085 7f92b3bff6c0 Level-0 table #740: started
2025/02/11-21:51:51.193106 7f92b3bff6c0 Level-0 table #740: 0 bytes OK
2025/02/11-21:51:51.199589 7f92b3bff6c0 Delete type=0 #738
2025/02/11-21:51:51.219732 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.219765 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000638
MANIFEST-000646

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.370645 7f92b57fa6c0 Recovering log #636
2025/02/11-21:42:36.381194 7f92b57fa6c0 Delete type=3 #634
2025/02/11-21:42:36.381297 7f92b57fa6c0 Delete type=0 #636
2025/02/11-21:44:45.370057 7f92b3bff6c0 Level-0 table #641: started
2025/02/11-21:44:45.370093 7f92b3bff6c0 Level-0 table #641: 0 bytes OK
2025/02/11-21:44:45.376503 7f92b3bff6c0 Delete type=0 #639
2025/02/11-21:44:45.376691 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.376706 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.961891 7f92b5ffb6c0 Recovering log #644
2025/02/11-21:52:03.971934 7f92b5ffb6c0 Delete type=3 #642
2025/02/11-21:52:03.972018 7f92b5ffb6c0 Delete type=0 #644
2025/02/11-21:54:35.590985 7f92b3bff6c0 Level-0 table #649: started
2025/02/11-21:54:35.591011 7f92b3bff6c0 Level-0 table #649: 0 bytes OK
2025/02/11-21:54:35.598433 7f92b3bff6c0 Delete type=0 #647
2025/02/11-21:54:35.611337 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.611373 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.648678 7f92b5ffb6c0 Recovering log #632
2025/02/11-21:38:05.658712 7f92b5ffb6c0 Delete type=3 #630
2025/02/11-21:38:05.658775 7f92b5ffb6c0 Delete type=0 #632
2025/02/11-21:42:08.260909 7f92b3bff6c0 Level-0 table #637: started
2025/02/11-21:42:08.260949 7f92b3bff6c0 Level-0 table #637: 0 bytes OK
2025/02/11-21:42:08.268705 7f92b3bff6c0 Delete type=0 #635
2025/02/11-21:42:08.289217 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.289268 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.864537 7f92b57fa6c0 Recovering log #640
2025/02/11-21:46:57.903541 7f92b57fa6c0 Delete type=3 #638
2025/02/11-21:46:57.903634 7f92b57fa6c0 Delete type=0 #640
2025/02/11-21:51:51.199721 7f92b3bff6c0 Level-0 table #645: started
2025/02/11-21:51:51.199750 7f92b3bff6c0 Level-0 table #645: 0 bytes OK
2025/02/11-21:51:51.205891 7f92b3bff6c0 Delete type=0 #643
2025/02/11-21:51:51.219744 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.219794 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.257242 7f92b57fa6c0 Recovering log #729
2025/02/11-21:42:36.274839 7f92b57fa6c0 Delete type=3 #727
2025/02/11-21:42:36.274908 7f92b57fa6c0 Delete type=0 #729
2025/02/11-21:44:45.308764 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.308788 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.315212 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.322132 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.322154 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.851261 7f92b5ffb6c0 Recovering log #737
2025/02/11-21:52:03.861605 7f92b5ffb6c0 Delete type=3 #735
2025/02/11-21:52:03.861680 7f92b5ffb6c0 Delete type=0 #737
2025/02/11-21:54:35.551224 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.551250 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.557302 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.557440 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.557467 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.539866 7f92b5ffb6c0 Recovering log #725
2025/02/11-21:38:05.550852 7f92b5ffb6c0 Delete type=3 #723
2025/02/11-21:38:05.550914 7f92b5ffb6c0 Delete type=0 #725
2025/02/11-21:42:08.218617 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.218643 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.225498 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.231905 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.231945 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.609960 7f92b5ffb6c0 Recovering log #733
2025/02/11-21:46:57.630801 7f92b5ffb6c0 Delete type=3 #731
2025/02/11-21:46:57.630870 7f92b5ffb6c0 Delete type=0 #733
2025/02/11-21:51:51.157989 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.158009 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.165246 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.165430 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.165460 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.278622 7f92b5ffb6c0 Recovering log #729
2025/02/11-21:42:36.288701 7f92b5ffb6c0 Delete type=3 #727
2025/02/11-21:42:36.288773 7f92b5ffb6c0 Delete type=0 #729
2025/02/11-21:44:45.295456 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.295494 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.302066 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.322110 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.322167 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.864307 7f92b4ff96c0 Recovering log #737
2025/02/11-21:52:03.874891 7f92b4ff96c0 Delete type=3 #735
2025/02/11-21:52:03.874942 7f92b4ff96c0 Delete type=0 #737
2025/02/11-21:54:35.544201 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.544228 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.551120 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.557431 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.557476 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.553662 7f92b47f86c0 Recovering log #725
2025/02/11-21:38:05.563931 7f92b47f86c0 Delete type=3 #723
2025/02/11-21:38:05.563997 7f92b47f86c0 Delete type=0 #725
2025/02/11-21:42:08.212292 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.212323 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.218479 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.231895 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.231927 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.634030 7f92b4ff96c0 Recovering log #733
2025/02/11-21:46:57.667250 7f92b4ff96c0 Delete type=3 #731
2025/02/11-21:46:57.667306 7f92b4ff96c0 Delete type=0 #733
2025/02/11-21:51:51.135962 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.136026 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.143488 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.165385 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.165441 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.304489 7f92b4ff96c0 Recovering log #729
2025/02/11-21:42:36.314856 7f92b4ff96c0 Delete type=3 #727
2025/02/11-21:42:36.314924 7f92b4ff96c0 Delete type=0 #729
2025/02/11-21:44:45.302175 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.302198 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.308652 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.322124 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.322161 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.893611 7f92b47f86c0 Recovering log #737
2025/02/11-21:52:03.903497 7f92b47f86c0 Delete type=3 #735
2025/02/11-21:52:03.903562 7f92b47f86c0 Delete type=0 #737
2025/02/11-21:54:35.537763 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.537788 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.544087 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.557421 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.557458 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.581088 7f92b4ff96c0 Recovering log #725
2025/02/11-21:38:05.591730 7f92b4ff96c0 Delete type=3 #723
2025/02/11-21:38:05.591806 7f92b4ff96c0 Delete type=0 #725
2025/02/11-21:42:08.225613 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.225634 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.231779 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.231913 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.231939 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.718347 7f92b5ffb6c0 Recovering log #733
2025/02/11-21:46:57.741441 7f92b5ffb6c0 Delete type=3 #731
2025/02/11-21:46:57.741502 7f92b5ffb6c0 Delete type=0 #733
2025/02/11-21:51:51.143598 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.143622 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.150418 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.165405 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.165450 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000729
MANIFEST-000737

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.489249 7f92b5ffb6c0 Recovering log #727
2025/02/11-21:42:36.498977 7f92b5ffb6c0 Delete type=3 #725
2025/02/11-21:42:36.499039 7f92b5ffb6c0 Delete type=0 #727
2025/02/11-21:44:45.403720 7f92b3bff6c0 Level-0 table #732: started
2025/02/11-21:44:45.403761 7f92b3bff6c0 Level-0 table #732: 0 bytes OK
2025/02/11-21:44:45.410012 7f92b3bff6c0 Delete type=0 #730
2025/02/11-21:44:45.429637 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.429678 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/02/11-21:52:04.078087 7f92b4ff96c0 Recovering log #735
2025/02/11-21:52:04.088545 7f92b4ff96c0 Delete type=3 #733
2025/02/11-21:52:04.088597 7f92b4ff96c0 Delete type=0 #735
2025/02/11-21:54:35.646391 7f92b3bff6c0 Level-0 table #740: started
2025/02/11-21:54:35.646414 7f92b3bff6c0 Level-0 table #740: 0 bytes OK
2025/02/11-21:54:35.652511 7f92b3bff6c0 Delete type=0 #738
2025/02/11-21:54:35.665492 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.665529 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.766915 7f92b47f86c0 Recovering log #723
2025/02/11-21:38:05.777341 7f92b47f86c0 Delete type=3 #721
2025/02/11-21:38:05.777425 7f92b47f86c0 Delete type=0 #723
2025/02/11-21:42:08.316652 7f92b3bff6c0 Level-0 table #728: started
2025/02/11-21:42:08.316682 7f92b3bff6c0 Level-0 table #728: 0 bytes OK
2025/02/11-21:42:08.323294 7f92b3bff6c0 Delete type=0 #726
2025/02/11-21:42:08.344033 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.344082 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/02/11-21:46:58.388995 7f92b47f86c0 Recovering log #731
2025/02/11-21:46:58.441520 7f92b47f86c0 Delete type=3 #729
2025/02/11-21:46:58.441593 7f92b47f86c0 Delete type=0 #731
2025/02/11-21:51:51.256745 7f92b3bff6c0 Level-0 table #736: started
2025/02/11-21:51:51.256779 7f92b3bff6c0 Level-0 table #736: 0 bytes OK
2025/02/11-21:51:51.263802 7f92b3bff6c0 Delete type=0 #734
2025/02/11-21:51:51.277287 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.277328 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000732
MANIFEST-000740

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.343750 7f92b47f86c0 Recovering log #730
2025/02/11-21:42:36.353498 7f92b47f86c0 Delete type=3 #728
2025/02/11-21:42:36.353639 7f92b47f86c0 Delete type=0 #730
2025/02/11-21:44:45.337836 7f92b3bff6c0 Level-0 table #735: started
2025/02/11-21:44:45.337858 7f92b3bff6c0 Level-0 table #735: 0 bytes OK
2025/02/11-21:44:45.344165 7f92b3bff6c0 Delete type=0 #733
2025/02/11-21:44:45.350561 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.350600 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.931941 7f92b57fa6c0 Recovering log #738
2025/02/11-21:52:03.943266 7f92b57fa6c0 Delete type=3 #736
2025/02/11-21:52:03.943400 7f92b57fa6c0 Delete type=0 #738
2025/02/11-21:54:35.557565 7f92b3bff6c0 Level-0 table #743: started
2025/02/11-21:54:35.557592 7f92b3bff6c0 Level-0 table #743: 0 bytes OK
2025/02/11-21:54:35.564441 7f92b3bff6c0 Delete type=0 #741
2025/02/11-21:54:35.584708 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.584749 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.619950 7f92b57fa6c0 Recovering log #726
2025/02/11-21:38:05.630681 7f92b57fa6c0 Delete type=3 #724
2025/02/11-21:38:05.630743 7f92b57fa6c0 Delete type=0 #726
2025/02/11-21:42:08.238174 7f92b3bff6c0 Level-0 table #731: started
2025/02/11-21:42:08.238198 7f92b3bff6c0 Level-0 table #731: 0 bytes OK
2025/02/11-21:42:08.245538 7f92b3bff6c0 Delete type=0 #729
2025/02/11-21:42:08.260792 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.260823 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.792284 7f92b4ff96c0 Recovering log #734
2025/02/11-21:46:57.814359 7f92b4ff96c0 Delete type=3 #732
2025/02/11-21:46:57.814454 7f92b4ff96c0 Delete type=0 #734
2025/02/11-21:51:51.173508 7f92b3bff6c0 Level-0 table #739: started
2025/02/11-21:51:51.173542 7f92b3bff6c0 Level-0 table #739: 0 bytes OK
2025/02/11-21:51:51.180000 7f92b3bff6c0 Delete type=0 #737
2025/02/11-21:51:51.192976 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.193012 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.436313 7f92b5ffb6c0 Recovering log #729
2025/02/11-21:42:36.447127 7f92b5ffb6c0 Delete type=3 #727
2025/02/11-21:42:36.447214 7f92b5ffb6c0 Delete type=0 #729
2025/02/11-21:44:45.383923 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.383946 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.389969 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.403601 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.403642 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/02/11-21:52:04.027483 7f92b4ff96c0 Recovering log #737
2025/02/11-21:52:04.037860 7f92b4ff96c0 Delete type=3 #735
2025/02/11-21:52:04.037909 7f92b4ff96c0 Delete type=0 #737
2025/02/11-21:54:35.611457 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.611509 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.618478 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.639412 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.639448 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.715216 7f92b47f86c0 Recovering log #725
2025/02/11-21:38:05.725628 7f92b47f86c0 Delete type=3 #723
2025/02/11-21:38:05.725684 7f92b47f86c0 Delete type=0 #725
2025/02/11-21:42:08.289365 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.289429 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.295945 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.316519 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.316555 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/02/11-21:46:58.154600 7f92b47f86c0 Recovering log #733
2025/02/11-21:46:58.214601 7f92b47f86c0 Delete type=3 #731
2025/02/11-21:46:58.214661 7f92b47f86c0 Delete type=0 #733
2025/02/11-21:51:51.226172 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.226202 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.235914 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.250107 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.250149 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000214
MANIFEST-000222

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.449531 7f92b47f86c0 Recovering log #212
2025/02/11-21:42:36.459036 7f92b47f86c0 Delete type=3 #210
2025/02/11-21:42:36.459094 7f92b47f86c0 Delete type=0 #212
2025/02/11-21:44:45.397239 7f92b3bff6c0 Level-0 table #217: started
2025/02/11-21:44:45.397261 7f92b3bff6c0 Level-0 table #217: 0 bytes OK
2025/02/11-21:44:45.403462 7f92b3bff6c0 Delete type=0 #215
2025/02/11-21:44:45.403620 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.403636 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/02/11-21:52:04.039947 7f92b57fa6c0 Recovering log #220
2025/02/11-21:52:04.049995 7f92b57fa6c0 Delete type=3 #218
2025/02/11-21:52:04.050056 7f92b57fa6c0 Delete type=0 #220
2025/02/11-21:54:35.633150 7f92b3bff6c0 Level-0 table #225: started
2025/02/11-21:54:35.633173 7f92b3bff6c0 Level-0 table #225: 0 bytes OK
2025/02/11-21:54:35.639265 7f92b3bff6c0 Delete type=0 #223
2025/02/11-21:54:35.639442 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.639467 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.728183 7f92b57fa6c0 Recovering log #208
2025/02/11-21:38:05.738096 7f92b57fa6c0 Delete type=3 #206
2025/02/11-21:38:05.738147 7f92b57fa6c0 Delete type=0 #208
2025/02/11-21:42:08.302868 7f92b3bff6c0 Level-0 table #213: started
2025/02/11-21:42:08.302908 7f92b3bff6c0 Level-0 table #213: 0 bytes OK
2025/02/11-21:42:08.309806 7f92b3bff6c0 Delete type=0 #211
2025/02/11-21:42:08.316541 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.316575 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/02/11-21:46:58.217769 7f92b4ff96c0 Recovering log #216
2025/02/11-21:46:58.272970 7f92b4ff96c0 Delete type=3 #214
2025/02/11-21:46:58.273041 7f92b4ff96c0 Delete type=0 #216
2025/02/11-21:51:51.236034 7f92b3bff6c0 Level-0 table #221: started
2025/02/11-21:51:51.236081 7f92b3bff6c0 Level-0 table #221: 0 bytes OK
2025/02/11-21:51:51.242218 7f92b3bff6c0 Delete type=0 #219
2025/02/11-21:51:51.250118 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.250158 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.290615 7f92b47f86c0 Recovering log #729
2025/02/11-21:42:36.301960 7f92b47f86c0 Delete type=3 #727
2025/02/11-21:42:36.302014 7f92b47f86c0 Delete type=0 #729
2025/02/11-21:44:45.315304 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.315324 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.321993 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.322140 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.322172 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.877651 7f92b57fa6c0 Recovering log #737
2025/02/11-21:52:03.890052 7f92b57fa6c0 Delete type=3 #735
2025/02/11-21:52:03.890118 7f92b57fa6c0 Delete type=0 #737
2025/02/11-21:54:35.531550 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.531590 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.537625 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.557408 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.557449 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.567387 7f92b57fa6c0 Recovering log #725
2025/02/11-21:38:05.577053 7f92b57fa6c0 Delete type=3 #723
2025/02/11-21:38:05.577139 7f92b57fa6c0 Delete type=0 #725
2025/02/11-21:42:08.205510 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.205554 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.212179 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.231885 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.231933 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.669532 7f92b4ff96c0 Recovering log #733
2025/02/11-21:46:57.716017 7f92b4ff96c0 Delete type=3 #731
2025/02/11-21:46:57.716084 7f92b4ff96c0 Delete type=0 #733
2025/02/11-21:51:51.150551 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.150575 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.157883 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.165420 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.165474 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.411094 7f92b4ff96c0 Recovering log #729
2025/02/11-21:42:36.421350 7f92b4ff96c0 Delete type=3 #727
2025/02/11-21:42:36.421432 7f92b4ff96c0 Delete type=0 #729
2025/02/11-21:44:45.363687 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.363724 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.369919 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.376680 7f92b3bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.376715 7f92b3bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/02/11-21:52:04.000938 7f92b47f86c0 Recovering log #737
2025/02/11-21:52:04.011492 7f92b47f86c0 Delete type=3 #735
2025/02/11-21:52:04.011566 7f92b47f86c0 Delete type=0 #737
2025/02/11-21:54:35.604696 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.604716 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.611197 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.611354 7f92b3bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.611391 7f92b3bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.688220 7f92b4ff96c0 Recovering log #725
2025/02/11-21:38:05.698522 7f92b4ff96c0 Delete type=3 #723
2025/02/11-21:38:05.698600 7f92b4ff96c0 Delete type=0 #725
2025/02/11-21:42:08.268861 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.268902 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.275387 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.289229 7f92b3bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.289275 7f92b3bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/02/11-21:46:58.013547 7f92b5ffb6c0 Recovering log #733
2025/02/11-21:46:58.067026 7f92b5ffb6c0 Delete type=3 #731
2025/02/11-21:46:58.067079 7f92b5ffb6c0 Delete type=0 #733
2025/02/11-21:51:51.212564 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.212600 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.219603 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.219772 7f92b3bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.219801 7f92b3bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.474937 7f92b57fa6c0 Recovering log #729
2025/02/11-21:42:36.485756 7f92b57fa6c0 Delete type=3 #727
2025/02/11-21:42:36.485821 7f92b57fa6c0 Delete type=0 #729
2025/02/11-21:44:45.410116 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.410138 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.416804 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.429653 7f92b3bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.429697 7f92b3bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/02/11-21:52:04.065833 7f92b5ffb6c0 Recovering log #737
2025/02/11-21:52:04.075860 7f92b5ffb6c0 Delete type=3 #735
2025/02/11-21:52:04.075912 7f92b5ffb6c0 Delete type=0 #737
2025/02/11-21:54:35.639567 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.639639 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.646264 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.665477 7f92b3bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.665522 7f92b3bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.753832 7f92b5ffb6c0 Recovering log #725
2025/02/11-21:38:05.763869 7f92b5ffb6c0 Delete type=3 #723
2025/02/11-21:38:05.763934 7f92b5ffb6c0 Delete type=0 #725
2025/02/11-21:42:08.323452 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.323482 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.329775 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.344045 7f92b3bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.344090 7f92b3bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/02/11-21:46:58.334587 7f92b57fa6c0 Recovering log #733
2025/02/11-21:46:58.386519 7f92b57fa6c0 Delete type=3 #731
2025/02/11-21:46:58.386592 7f92b57fa6c0 Delete type=0 #733
2025/02/11-21:51:51.250249 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.250302 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.256587 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.277266 7f92b3bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.277319 7f92b3bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.317379 7f92b57fa6c0 Recovering log #729
2025/02/11-21:42:36.327263 7f92b57fa6c0 Delete type=3 #727
2025/02/11-21:42:36.327337 7f92b57fa6c0 Delete type=0 #729
2025/02/11-21:44:45.322249 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.322276 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.330162 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.350532 7f92b3bff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.350580 7f92b3bff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.905958 7f92b5ffb6c0 Recovering log #737
2025/02/11-21:52:03.916405 7f92b5ffb6c0 Delete type=3 #735
2025/02/11-21:52:03.916472 7f92b5ffb6c0 Delete type=0 #737
2025/02/11-21:54:35.570743 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.570766 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.577222 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.584730 7f92b3bff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.584766 7f92b3bff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.594280 7f92b5ffb6c0 Recovering log #725
2025/02/11-21:38:05.604649 7f92b5ffb6c0 Delete type=3 #723
2025/02/11-21:38:05.604703 7f92b5ffb6c0 Delete type=0 #725
2025/02/11-21:42:08.232026 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.232056 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.238054 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.260775 7f92b3bff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.260816 7f92b3bff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.744744 7f92b57fa6c0 Recovering log #733
2025/02/11-21:46:57.766327 7f92b57fa6c0 Delete type=3 #731
2025/02/11-21:46:57.766454 7f92b57fa6c0 Delete type=0 #733
2025/02/11-21:51:51.180115 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.180136 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.186641 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.192985 7f92b3bff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.193006 7f92b3bff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.462171 7f92b4ff96c0 Recovering log #729
2025/02/11-21:42:36.472080 7f92b4ff96c0 Delete type=3 #727
2025/02/11-21:42:36.472149 7f92b4ff96c0 Delete type=0 #729
2025/02/11-21:44:45.390100 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.390141 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.397124 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.403611 7f92b3bff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.403649 7f92b3bff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/02/11-21:52:04.053041 7f92b47f86c0 Recovering log #737
2025/02/11-21:52:04.063713 7f92b47f86c0 Delete type=3 #735
2025/02/11-21:52:04.063784 7f92b47f86c0 Delete type=0 #737
2025/02/11-21:54:35.625037 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.625070 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.633031 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.639433 7f92b3bff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.639461 7f92b3bff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.740389 7f92b4ff96c0 Recovering log #725
2025/02/11-21:38:05.751464 7f92b4ff96c0 Delete type=3 #723
2025/02/11-21:38:05.751519 7f92b4ff96c0 Delete type=0 #725
2025/02/11-21:42:08.309982 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.310020 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.316380 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.316549 7f92b3bff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.316567 7f92b3bff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/02/11-21:46:58.276207 7f92b5ffb6c0 Recovering log #733
2025/02/11-21:46:58.330415 7f92b5ffb6c0 Delete type=3 #731
2025/02/11-21:46:58.330504 7f92b5ffb6c0 Delete type=0 #733
2025/02/11-21:51:51.242337 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.242362 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.249940 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.250129 7f92b3bff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.250168 7f92b3bff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.329780 7f92b5ffb6c0 Recovering log #729
2025/02/11-21:42:36.340850 7f92b5ffb6c0 Delete type=3 #727
2025/02/11-21:42:36.340905 7f92b5ffb6c0 Delete type=0 #729
2025/02/11-21:44:45.330312 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.330338 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.337730 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.350549 7f92b3bff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.350592 7f92b3bff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.919422 7f92b4ff96c0 Recovering log #737
2025/02/11-21:52:03.929520 7f92b4ff96c0 Delete type=3 #735
2025/02/11-21:52:03.929584 7f92b4ff96c0 Delete type=0 #737
2025/02/11-21:54:35.564543 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.564567 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.570657 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.584720 7f92b3bff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.584757 7f92b3bff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.607477 7f92b47f86c0 Recovering log #725
2025/02/11-21:38:05.617513 7f92b47f86c0 Delete type=3 #723
2025/02/11-21:38:05.617588 7f92b47f86c0 Delete type=0 #725
2025/02/11-21:42:08.245670 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.245697 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.251719 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.260802 7f92b3bff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.260830 7f92b3bff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.768725 7f92b47f86c0 Recovering log #733
2025/02/11-21:46:57.789356 7f92b47f86c0 Delete type=3 #731
2025/02/11-21:46:57.789439 7f92b47f86c0 Delete type=0 #733
2025/02/11-21:51:51.165563 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.165628 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.173351 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.192966 7f92b3bff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.192993 7f92b3bff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000731
MANIFEST-000739

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.424069 7f92b57fa6c0 Recovering log #729
2025/02/11-21:42:36.434277 7f92b57fa6c0 Delete type=3 #727
2025/02/11-21:42:36.434347 7f92b57fa6c0 Delete type=0 #729
2025/02/11-21:44:45.376791 7f92b3bff6c0 Level-0 table #734: started
2025/02/11-21:44:45.376821 7f92b3bff6c0 Level-0 table #734: 0 bytes OK
2025/02/11-21:44:45.383792 7f92b3bff6c0 Delete type=0 #732
2025/02/11-21:44:45.403587 7f92b3bff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.403628 7f92b3bff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/02/11-21:52:04.014046 7f92b5ffb6c0 Recovering log #737
2025/02/11-21:52:04.024998 7f92b5ffb6c0 Delete type=3 #735
2025/02/11-21:52:04.025068 7f92b5ffb6c0 Delete type=0 #737
2025/02/11-21:54:35.618619 7f92b3bff6c0 Level-0 table #742: started
2025/02/11-21:54:35.618646 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
2025/02/11-21:54:35.624907 7f92b3bff6c0 Delete type=0 #740
2025/02/11-21:54:35.639423 7f92b3bff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.639454 7f92b3bff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.701385 7f92b5ffb6c0 Recovering log #725
2025/02/11-21:38:05.712019 7f92b5ffb6c0 Delete type=3 #723
2025/02/11-21:38:05.712093 7f92b5ffb6c0 Delete type=0 #725
2025/02/11-21:42:08.296058 7f92b3bff6c0 Level-0 table #730: started
2025/02/11-21:42:08.296079 7f92b3bff6c0 Level-0 table #730: 0 bytes OK
2025/02/11-21:42:08.302688 7f92b3bff6c0 Delete type=0 #728
2025/02/11-21:42:08.316532 7f92b3bff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.316561 7f92b3bff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/02/11-21:46:58.069335 7f92b57fa6c0 Recovering log #733
2025/02/11-21:46:58.152481 7f92b57fa6c0 Delete type=3 #731
2025/02/11-21:46:58.152565 7f92b57fa6c0 Delete type=0 #733
2025/02/11-21:51:51.219860 7f92b3bff6c0 Level-0 table #738: started
2025/02/11-21:51:51.219895 7f92b3bff6c0 Level-0 table #738: 0 bytes OK
2025/02/11-21:51:51.226021 7f92b3bff6c0 Delete type=0 #736
2025/02/11-21:51:51.250093 7f92b3bff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.250139 7f92b3bff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000638
MANIFEST-000646

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.383997 7f92b5ffb6c0 Recovering log #636
2025/02/11-21:42:36.394297 7f92b5ffb6c0 Delete type=3 #634
2025/02/11-21:42:36.394428 7f92b5ffb6c0 Delete type=0 #636
2025/02/11-21:44:45.350695 7f92b3bff6c0 Level-0 table #641: started
2025/02/11-21:44:45.350736 7f92b3bff6c0 Level-0 table #641: 0 bytes OK
2025/02/11-21:44:45.356946 7f92b3bff6c0 Delete type=0 #639
2025/02/11-21:44:45.376651 7f92b3bff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.376699 7f92b3bff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.974407 7f92b4ff96c0 Recovering log #644
2025/02/11-21:52:03.985543 7f92b4ff96c0 Delete type=3 #642
2025/02/11-21:52:03.985617 7f92b4ff96c0 Delete type=0 #644
2025/02/11-21:54:35.584858 7f92b3bff6c0 Level-0 table #649: started
2025/02/11-21:54:35.584882 7f92b3bff6c0 Level-0 table #649: 0 bytes OK
2025/02/11-21:54:35.590871 7f92b3bff6c0 Delete type=0 #647
2025/02/11-21:54:35.611324 7f92b3bff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.611360 7f92b3bff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.661279 7f92b47f86c0 Recovering log #632
2025/02/11-21:38:05.671394 7f92b47f86c0 Delete type=3 #630
2025/02/11-21:38:05.671458 7f92b47f86c0 Delete type=0 #632
2025/02/11-21:42:08.281875 7f92b3bff6c0 Level-0 table #637: started
2025/02/11-21:42:08.281918 7f92b3bff6c0 Level-0 table #637: 0 bytes OK
2025/02/11-21:42:08.289074 7f92b3bff6c0 Delete type=0 #635
2025/02/11-21:42:08.289261 7f92b3bff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.289295 7f92b3bff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.906625 7f92b47f86c0 Recovering log #640
2025/02/11-21:46:57.955034 7f92b47f86c0 Delete type=3 #638
2025/02/11-21:46:57.955087 7f92b47f86c0 Delete type=0 #640
2025/02/11-21:51:51.206000 7f92b3bff6c0 Level-0 table #645: started
2025/02/11-21:51:51.206021 7f92b3bff6c0 Level-0 table #645: 0 bytes OK
2025/02/11-21:51:51.212408 7f92b3bff6c0 Delete type=0 #643
2025/02/11-21:51:51.219756 7f92b3bff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.219778 7f92b3bff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000643
MANIFEST-000651

View File

@ -1,8 +1,8 @@
2025/02/11-21:42:36.357228 7f92b4ff96c0 Recovering log #641
2025/02/11-21:42:36.367592 7f92b4ff96c0 Delete type=3 #639
2025/02/11-21:42:36.367648 7f92b4ff96c0 Delete type=0 #641
2025/02/11-21:44:45.344290 7f92b3bff6c0 Level-0 table #646: started
2025/02/11-21:44:45.344320 7f92b3bff6c0 Level-0 table #646: 0 bytes OK
2025/02/11-21:44:45.350409 7f92b3bff6c0 Delete type=0 #644
2025/02/11-21:44:45.350572 7f92b3bff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
2025/02/11-21:44:45.350607 7f92b3bff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
2025/02/11-21:52:03.946883 7f92b47f86c0 Recovering log #649
2025/02/11-21:52:03.957913 7f92b47f86c0 Delete type=3 #647
2025/02/11-21:52:03.957993 7f92b47f86c0 Delete type=0 #649
2025/02/11-21:54:35.577310 7f92b3bff6c0 Level-0 table #654: started
2025/02/11-21:54:35.577335 7f92b3bff6c0 Level-0 table #654: 0 bytes OK
2025/02/11-21:54:35.584602 7f92b3bff6c0 Delete type=0 #652
2025/02/11-21:54:35.584739 7f92b3bff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
2025/02/11-21:54:35.584775 7f92b3bff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2025/02/11-21:38:05.633649 7f92b4ff96c0 Recovering log #637
2025/02/11-21:38:05.644807 7f92b4ff96c0 Delete type=3 #635
2025/02/11-21:38:05.644892 7f92b4ff96c0 Delete type=0 #637
2025/02/11-21:42:08.251820 7f92b3bff6c0 Level-0 table #642: started
2025/02/11-21:42:08.251842 7f92b3bff6c0 Level-0 table #642: 0 bytes OK
2025/02/11-21:42:08.260629 7f92b3bff6c0 Delete type=0 #640
2025/02/11-21:42:08.260809 7f92b3bff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
2025/02/11-21:42:08.260836 7f92b3bff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
2025/02/11-21:46:57.817525 7f92b5ffb6c0 Recovering log #645
2025/02/11-21:46:57.861947 7f92b5ffb6c0 Delete type=3 #643
2025/02/11-21:46:57.862001 7f92b5ffb6c0 Delete type=0 #645
2025/02/11-21:51:51.186746 7f92b3bff6c0 Level-0 table #650: started
2025/02/11-21:51:51.186772 7f92b3bff6c0 Level-0 table #650: 0 bytes OK
2025/02/11-21:51:51.192851 7f92b3bff6c0 Delete type=0 #648
2025/02/11-21:51:51.192999 7f92b3bff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
2025/02/11-21:51:51.193018 7f92b3bff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)

View File

@ -14,7 +14,7 @@
],
"url": "https://www.uberwald.me/gitea/public/bol",
"license": "LICENSE.txt",
"version": "12.1.4",
"version": "12.1.5",
"compatibility": {
"minimum": "11",
"verified": "12"
@ -325,7 +325,7 @@
],
"socket": true,
"manifest": "https://www.uberwald.me/gitea/public/bol/raw/v10/system.json",
"download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v12.1.4.zip",
"download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v12.1.5.zip",
"background": "systems/bol/ui/page_accueil.webp",
"primaryTokenAttribute": "resources.hp",
"secondaryTokenAttribute": "resources.hero",