Compare commits

..

4 Commits

Author SHA1 Message Date
6de15eeda7 Ajout alignement Mythic+
Some checks failed
Release Creation / build (release) Failing after 43s
2025-09-28 20:52:09 +02:00
724c096743 Ajout alignement Mythic+
Some checks failed
Release Creation / build (release) Failing after 39s
2025-09-28 20:47:31 +02:00
3e3a4b9ec1 Ajout alignement Mythic+
Some checks failed
Release Creation / build (release) Failing after 41s
2025-09-28 20:42:01 +02:00
425a2a1fc0 Fix odd difficulties
Some checks failed
Release Creation / build (release) Failing after 45s
2025-08-24 22:18:39 +02:00
109 changed files with 765 additions and 484 deletions

View File

@@ -51,4 +51,4 @@ jobs:
files: |-
./bol.zip
system.json
api_key: "${{secrets.RELEASE_TOKEN_UBERWALD}}"
api_key: "${{secrets.RELEASE_TOKEN_BOL}}"

File diff suppressed because it is too large Load Diff

View File

@@ -47,7 +47,7 @@
"BOL.ui.astrologerPoints": "Points d'Astrologie",
"BOL.ui.astrologerPointsLabel": "Points d'Astrologie actuels",
"BOL.ui.ishoroscopemajor": "Horoscope Majeur (ie de groupe) ?",
"BOL.ui.answer": "Réponse",
"BOL.ui.answer": "Réponse",
"BOL.ui.horoscopefavorable": "Favorable (1dB)",
"BOL.ui.horoscopeunfavorable": "Défavorable (1dM)",
"BOL.ui.horoscopes": "Horoscopes",
@@ -132,7 +132,7 @@
"BOL.ui.defender": "Defender",
"BOL.ui.difficulty": "Difficulty",
"BOL.ui.spellProperties": "Spell Properties",
"BOL.ui.duration": "Duration",
"BOL.ui.duration": "Duration",
"BOL.ui.spellkeep": "Maintain",
"BOL.ui.concentrate": "Concentrate",
"BOL.ui.registerInit": "Register Init.",
@@ -156,7 +156,7 @@
"BOL.ui.makeAlchemy": "Make Alchemy",
"BOL.ui.alchemyCostTotal": "Alchemy Points Total Cost",
"BOL.ui.alchemyInvest": "Invest Alchemy Points",
"BOL.ui.alchemyCurrent": "Current Alchemy Points in Object",
"BOL.ui.alchemyCurrent": "Current Alchemy Points in Object",
"BOL.ui.advance": "Status",
"BOL.ui.isadvantage": "Provides a bonus dice?",
"BOL.ui.bonusmalus": "Additional bonus/penalty",
@@ -173,8 +173,8 @@
"BOL.ui.status": "Status",
"BOL.ui.toactivated": "Active (>Deactivated)",
"BOL.ui.todeactivated": "Inactive (>Active)",
"BOL.ui.armorAgiMalus": "Armor+Shield Modifier (Agi)",
"BOL.ui.armorInitMalus": "Armor Modifier (Init)",
"BOL.ui.armorAgiMalus": "Armor+Shield Modifier (Agi)",
"BOL.ui.armorInitMalus": "Armor Modifier (Init)",
"BOL.ui.attackValue": "Attack Value",
"BOL.ui.attackModifier": "Attack Modifier",
"BOL.ui.weaponbonus": "Cette arme bénéficie déja d'un Dé de Bonus (Arme Favorite prise en compte, par exemple)",
@@ -251,7 +251,7 @@
"BOL.featureSubtypes.xplog": "XP Journal",
"BOL.bougette.nomoney": "Nothing",
"BOL.bougette.tolive": "To live",
"BOL.bougette.tolive": "To live",
"BOL.bougette.easylife": "Easy Life",
"BOL.bougette.luxury" : "Luxury life",
"BOL.bougette.rich": "Rich!",
@@ -299,15 +299,15 @@
"BOL.protectionCategory.helm": "Helm",
"BOL.protectionCategory.other": "Other",
"BOL.spellItem.charm": "Charm",
"BOL.spellItem.circle1": "First Circle",
"BOL.spellItem.circle2": "Second Circle",
"BOL.spellItem.circle3": "Third Circle",
"BOL.spellItem.charm": "Charm",
"BOL.spellItem.circle1": "First Circle",
"BOL.spellItem.circle2": "Second Circle",
"BOL.spellItem.circle3": "Third Circle",
"BOL.alchemyItem.common": "Common",
"BOL.alchemyItem.scarce": "Scarce",
"BOL.alchemyItem.legend": "Legendary",
"BOL.alchemyItem.mythic": "Mythic",
"BOL.alchemyItem.common": "Common",
"BOL.alchemyItem.scarce": "Scarce",
"BOL.alchemyItem.legend": "Legendary",
"BOL.alchemyItem.mythic": "Mythic",
"BOL.weaponCategory.melee": "Melee",
"BOL.weaponCategory.ranged": "Ranged",
@@ -458,7 +458,7 @@
"BOL.size.colossal": "Colossal",
"BOL.chat.fightactive": "{name} activates the fight option {foName} for this round !",
"BOL.chat.fightunactive": "{name} deactivates the fight option {foName} for this round !",
"BOL.chat.fightunactive": "{name} deactivates the fight option {foName} for this round !",
"BOL.chat.isdead": "{name} is dead !",
"BOL.chat.epitaph": "Keep his name and memory in honor !",
"BOL.chat.vitalityzero": "Lifeblood of {name} is now {hp} : he is going to fall unconscious !",
@@ -543,18 +543,24 @@
"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.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.soeasy3": "So easy (+3)",
"BOL.dialog.veryeasy": "Very easy (+2)",
"BOL.dialog.easy": "Easy (+1)",
"BOL.dialog.moderate": "Moderate (0)",
"BOL.dialog.hard": "Hard (-1)",
"BOL.dialog.tough": "Tough (-2)",
"BOL.dialog.tough3": "Tough (-3)",
"BOL.dialog.demanding": "Demanding (-4)",
"BOL.dialog.demanding5": "Demanding (-5)",
"BOL.dialog.formidable": "Formidable (-6)",
"BOL.dialog.formidable7": "Formidable (-7)",
"BOL.dialog.heroic": "Heroic (-8)",
"BOL.dialog.heroic9": "Heroic (-9)",
"BOL.dialog.mythic": "Mythic (-10)",
"BOL.dialog.mythic11": "Mythic (-11)",
"BOL.dialog.divine": "Divine (-12)",
"BOL.dialog.pointblank": "Point blank (+1)",
@@ -563,7 +569,7 @@
"BOL.dialog.long": "Long (-2)",
"BOL.dialog.distant": "Distant (-4)",
"BOL.dialog.extreme": "Extreme (-6)",
"BOL.dialog.utmost": "Utmost (-8)",
"BOL.dialog.utmost": "Utmost (-8)",
"BOL.ui.name": "Name",
"BOL.ui.xp": "Experience",

View File

@@ -50,7 +50,7 @@
"BOL.ui.astrologerPoints": "Points d'Astrologie",
"BOL.ui.astrologerPointsLabel": "Points d'Astrologie actuels",
"BOL.ui.ishoroscopemajor": "Horoscope Majeur (ie de groupe) ?",
"BOL.ui.answer": "Réponse",
"BOL.ui.answer": "Réponse",
"BOL.ui.horoscopefavorable": "Favorable (1dB)",
"BOL.ui.horoscopeunfavorable": "Défavorable (1dM)",
"BOL.ui.horoscopes": "Horoscopes",
@@ -137,7 +137,7 @@
"BOL.ui.duration": "Durée",
"BOL.ui.spellkeep": "Prolongation possible ?",
"BOL.ui.concentrate": "Concentration à maintenir ?",
"BOL.ui.aggressive": "Sort aggressif ?",
"BOL.ui.aggressive": "Sort aggressif ?",
"BOL.ui.registerInit": "Enregistrer comme Init. de combat",
"BOL.ui.initMalus": "Malus d'initiative",
"BOL.ui.magicnewrules": "Règles supplémentaires (cf. supplément fan-made Sorcellerie!)",
@@ -147,7 +147,7 @@
"BOL.ui.flaw":"Désanvatage",
"BOL.ui.cost":"Cout XP",
"BOL.ui.date":"Date",
"BOL.ui.isSorcerer": "Carrière de Sorcier ?",
"BOL.ui.isAlchemist": "Carrière d'Alchimiste ?",
"BOL.ui.isPriest": "Carrière de Prêtre/Druide ?",
@@ -259,7 +259,7 @@
"BOL.bougette.easylife": "A l'aise",
"BOL.bougette.luxury": "Luxe&Volupté",
"BOL.bougette.rich": "Richissime",
"BOL.featureSubtypes.origin": "Origine",
"BOL.featureSubtypes.race": "Race",
"BOL.featureSubtypes.career": "Carrière",
@@ -393,7 +393,7 @@
"BOL.itemProperty.crewDamageMultiplier": "Multiplicateur",
"BOL.itemProperty.isboarding": "Abordage",
"BOL.itemProperty.isspur": "Eperonnage",
"BOL.itemProperty.isbreakrow": "Briser les rames",
"BOL.itemProperty.isbreakrow": "Briser les rames",
"BOL.itemStat.quantity": "Quantité",
"BOL.itemStat.weight": "Poids",
@@ -486,7 +486,7 @@
"BOL.size.colossal": "Monstrueuse",
"BOL.chat.fightactive": "{name} active son option de combat {foName} pour ce round !",
"BOL.chat.fightunactive": "{name} désactive son option de combat {foName} pour ce round !",
"BOL.chat.fightunactive": "{name} désactive son option de combat {foName} pour ce round !",
"BOL.chat.isdead": "{name} est mort !",
"BOL.chat.epitaph": "Que son nom soit honoré sur les champs de batailles de Lémurie !",
"BOL.chat.vitalityzero": "La Vitalité de {name} est {hp} : il va s'écrouler au sol et sombrer dans l'inconscience !",
@@ -569,21 +569,29 @@
"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.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.",
"BOL.chat.defenseReduceDamage2": "Vous pouvez également dépenser 1 Point d'Héroisme/Vilainie pour regagner [[/r 2d6KH(1D6B)]] points de vitalité, cela vous coutera votre prochaine action.",
"BOL.chat.armorRoll": "Jet d'armure ",
"BOL.dialog.soeasy": "Inmanquable (+4)",
"BOL.dialog.soeasy3": "Inmanquable (+3)",
"BOL.dialog.veryeasy": "Trés Facile (+2)",
"BOL.dialog.easy": "Facile (+1)",
"BOL.dialog.moderate": "Moyenne (0)",
"BOL.dialog.hard": "Ardue (-1)",
"BOL.dialog.tough": "Difficile (-2)",
"BOL.dialog.tough3": "Difficile (-3)",
"BOL.dialog.demanding": "Très Difficile (-4)",
"BOL.dialog.demanding5": "Très Difficile (-5)",
"BOL.dialog.formidable": "Impossible (-6)",
"BOL.dialog.formidable7": "Impossible (-7)",
"BOL.dialog.heroic": "Héroïque (-8)",
"BOL.dialog.heroic9": "Héroïque (-9)",
"BOL.dialog.mythic": "Mythique (-10)",
"BOL.dialog.mythic11": "Mythique (-11)",
"BOL.dialog.divine": "Divine (-12)",
"BOL.dialog.pointblank": "Bout portant (+1)",
@@ -620,7 +628,6 @@
"BOL.chat.pcwarningmsg": "<b>ATTENTION</b> Le joueur n'est relié à aucun personnage !",
"BOL.chat.pcnotlinked": "Le token du personnage joueur n'est pas relié à l'acteur",
"BOL.chat.pcnotlinkedmsg": "<b>ATTENTION</b> Le token du personnage joueur n'est pas relié à l'acteur !",
"BOL.chat.armorRoll": "Jet d'armure",
"BOL.settings.rollArmor": "Effectuer des jets pour les armures",
"BOL.settings.rollArmorTooltip": "Effectue un jet de dés pour les armures (valeur fixe si désactivé)",
@@ -643,4 +650,4 @@
"EFFECT.StatusProne": "A terre",
"EFFECT.StatusDead": "Mort"
}
}

View File

@@ -67,7 +67,7 @@ export class BoLTokenHud {
/* -------------------------------------------- */
static async _configureSubMenu(insertionPoint, template, hudData, onMenuItem) {
const hud = $(await renderTemplate(template, hudData))
const hud = $(await foundry.applications.handlebars.renderTemplate(template, hudData))
const list = hud.find('div.bol-hud-list')
BoLTokenHud._toggleHudListActive(hud, list);

View File

@@ -429,7 +429,7 @@ export class BoLUtility {
html.on("click", '.damage-handling', event => {
event.preventDefault()
let attr = event.currentTarget.attributes['data-attack-id']
if ( !attr) {
if (!attr) {
ui.notifications.warn("Impossible de trouver l'attaque correspondante, erreur de suivi de combat.")
return
}
@@ -484,8 +484,8 @@ export class BoLUtility {
let armorFormula = defender.getArmorFormula()
rollData.rollArmor = new Roll(armorFormula)
await rollData.rollArmor.roll()
let msg = await rollData.rollArmor.toMessage({ flavor: "BOL.chat.armorRoll : " + armorFormula });
if ( game.dice3d) { // wait animation end when DsN is there
let msg = await rollData.rollArmor.toMessage({ flavor: game.i18n.localize("BOL.chat.armorRoll") + " : " + armorFormula });
if (game.dice3d) { // wait animation end when DsN is there
await game.dice3d.waitFor3DAnimationByMessageID(msg.id);
}
rollData.armorProtect = (rollData.rollArmor.total < 0) ? 0 : rollData.rollArmor.total
@@ -634,7 +634,7 @@ export class BoLUtility {
attackId: rollData.id,
attacker: rollData.attacker,
defender: defender,
defenderHeroPoints:defender.getHeroPoints(),
defenderHeroPoints: defender.getHeroPoints(),
defenderWeapons: defenderWeapons,
damageTotal: rollData.damageTotal,
damagesIgnoresArmor: rollData.damagesIgnoresArmor,

View File

@@ -190,15 +190,21 @@ BOL.rangeModifiers = {
BOL.difficultyModifiers = {
"4": "BOL.dialog.soeasy",
"3": "BOL.dialog.soeasy3",
"2": "BOL.dialog.veryeasy",
"1": "BOL.dialog.easy",
"0": "BOL.dialog.moderate",
"-1": "BOL.dialog.hard",
"-2": "BOL.dialog.tough",
"-3": "BOL.dialog.tough3",
"-4": "BOL.dialog.demanding",
"-5": "BOL.dialog.demanding5",
"-6": "BOL.dialog.formidable",
"-7": "BOL.dialog.formidable7",
"-8": "BOL.dialog.heroic",
"-9": "BOL.dialog.heroic9",
"-10": "BOL.dialog.mythic",
"-11": "BOL.dialog.mythic11",
"-12": "BOL.dialog.divine"
}

View File

@@ -1 +1 @@
MANIFEST-000815
MANIFEST-000845

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.341218 7f27d0dfa6c0 Recovering log #813
2025/07/08-21:55:10.394862 7f27d0dfa6c0 Delete type=3 #811
2025/07/08-21:55:10.394942 7f27d0dfa6c0 Delete type=0 #813
2025/07/08-22:33:44.645601 7f27c9bff6c0 Level-0 table #818: started
2025/07/08-22:33:44.645662 7f27c9bff6c0 Level-0 table #818: 0 bytes OK
2025/07/08-22:33:44.653007 7f27c9bff6c0 Delete type=0 #816
2025/07/08-22:33:44.660552 7f27c9bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.660629 7f27c9bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.095586 7f684bfff6c0 Recovering log #843
2025/09/28-20:36:19.105352 7f684bfff6c0 Delete type=3 #841
2025/09/28-20:36:19.105403 7f684bfff6c0 Delete type=0 #843
2025/09/28-20:41:30.063852 7f684affd6c0 Level-0 table #848: started
2025/09/28-20:41:30.063889 7f684affd6c0 Level-0 table #848: 0 bytes OK
2025/09/28-20:41:30.118895 7f684affd6c0 Delete type=0 #846
2025/09/28-20:41:30.235372 7f684affd6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/09/28-20:41:30.235429 7f684affd6c0 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/06/16-21:23:15.305588 7fd8d27fc6c0 Recovering log #809
2025/06/16-21:23:15.357707 7fd8d27fc6c0 Delete type=3 #807
2025/06/16-21:23:15.357897 7fd8d27fc6c0 Delete type=0 #809
2025/06/16-21:55:59.388325 7fd633fff6c0 Level-0 table #814: started
2025/06/16-21:55:59.388395 7fd633fff6c0 Level-0 table #814: 0 bytes OK
2025/06/16-21:55:59.394992 7fd633fff6c0 Delete type=0 #812
2025/06/16-21:55:59.410065 7fd633fff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.410134 7fd633fff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.507577 7f6850df96c0 Recovering log #839
2025/09/28-19:00:39.517799 7f6850df96c0 Delete type=3 #837
2025/09/28-19:00:39.517876 7f6850df96c0 Delete type=0 #839
2025/09/28-20:31:38.626261 7f684affd6c0 Level-0 table #844: started
2025/09/28-20:31:38.626292 7f684affd6c0 Level-0 table #844: 0 bytes OK
2025/09/28-20:31:38.660273 7f684affd6c0 Delete type=0 #842
2025/09/28-20:31:38.731786 7f684affd6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.731828 7f684affd6c0 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-000720
MANIFEST-000750

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.219657 7f27caffd6c0 Recovering log #718
2025/07/08-21:55:10.269420 7f27caffd6c0 Delete type=3 #716
2025/07/08-21:55:10.269491 7f27caffd6c0 Delete type=0 #718
2025/07/08-22:33:44.638428 7f27c9bff6c0 Level-0 table #723: started
2025/07/08-22:33:44.638498 7f27c9bff6c0 Level-0 table #723: 0 bytes OK
2025/07/08-22:33:44.645332 7f27c9bff6c0 Delete type=0 #721
2025/07/08-22:33:44.660526 7f27c9bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.660611 7f27c9bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.070862 7f6850df96c0 Recovering log #748
2025/09/28-20:36:19.080610 7f6850df96c0 Delete type=3 #746
2025/09/28-20:36:19.080853 7f6850df96c0 Delete type=0 #748
2025/09/28-20:41:30.119156 7f684affd6c0 Level-0 table #753: started
2025/09/28-20:41:30.119206 7f684affd6c0 Level-0 table #753: 0 bytes OK
2025/09/28-20:41:30.175528 7f684affd6c0 Delete type=0 #751
2025/09/28-20:41:30.235393 7f684affd6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/09/28-20:41:30.235439 7f684affd6c0 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/06/16-21:23:15.180475 7fd8d1ffb6c0 Recovering log #714
2025/06/16-21:23:15.236062 7fd8d1ffb6c0 Delete type=3 #712
2025/06/16-21:23:15.236198 7fd8d1ffb6c0 Delete type=0 #714
2025/06/16-21:55:59.410314 7fd633fff6c0 Level-0 table #719: started
2025/06/16-21:55:59.410384 7fd633fff6c0 Level-0 table #719: 0 bytes OK
2025/06/16-21:55:59.417096 7fd633fff6c0 Delete type=0 #717
2025/06/16-21:55:59.439793 7fd633fff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.439921 7fd633fff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.481080 7f68515fa6c0 Recovering log #744
2025/09/28-19:00:39.490819 7f68515fa6c0 Delete type=3 #742
2025/09/28-19:00:39.490889 7f68515fa6c0 Delete type=0 #744
2025/09/28-20:31:38.660427 7f684affd6c0 Level-0 table #749: started
2025/09/28-20:31:38.660458 7f684affd6c0 Level-0 table #749: 0 bytes OK
2025/09/28-20:31:38.697127 7f684affd6c0 Delete type=0 #747
2025/09/28-20:31:38.731806 7f684affd6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.731842 7f684affd6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/boons/000843.ldb Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000844

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:09.661170 7f27caffd6c0 Recovering log #811
2025/07/08-21:55:09.719855 7f27caffd6c0 Delete type=3 #809
2025/07/08-21:55:09.719923 7f27caffd6c0 Delete type=0 #811
2025/07/08-22:33:44.575656 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.575753 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.582727 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.599161 7f27c9bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.599441 7f27c9bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/09/28-20:36:18.974017 7f684bfff6c0 Recovering log #841
2025/09/28-20:36:18.983619 7f684bfff6c0 Delete type=3 #839
2025/09/28-20:36:18.983684 7f684bfff6c0 Delete type=0 #841
2025/09/28-20:41:29.577241 7f684affd6c0 Level-0 table #847: started
2025/09/28-20:41:29.577297 7f684affd6c0 Level-0 table #847: 0 bytes OK
2025/09/28-20:41:29.689996 7f684affd6c0 Delete type=0 #845
2025/09/28-20:41:29.690239 7f684affd6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/09/28-20:41:29.690259 7f684affd6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,15 @@
2025/06/16-21:23:14.657186 7fd8d0ff96c0 Recovering log #807
2025/06/16-21:23:14.715006 7fd8d0ff96c0 Delete type=3 #805
2025/06/16-21:23:14.715126 7fd8d0ff96c0 Delete type=0 #807
2025/06/16-21:55:59.331909 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.331964 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.338321 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.352595 7fd633fff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.352686 7fd633fff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.378965 7f684b7fe6c0 Recovering log #837
2025/09/28-19:00:39.388796 7f684b7fe6c0 Delete type=3 #835
2025/09/28-19:00:39.388851 7f684b7fe6c0 Delete type=0 #837
2025/09/28-20:31:38.077200 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.106456 7f684affd6c0 Level-0 table #842: 21551 bytes OK
2025/09/28-20:31:38.173778 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:38.296697 7f684affd6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.296765 7f684affd6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at '!items!zgspy1QKaxdEetEw' @ 533 : 1
2025/09/28-20:31:38.296773 7f684affd6c0 Compacting 1@1 + 1@2 files
2025/09/28-20:31:38.314941 7f684affd6c0 Generated table #843@1: 61 keys, 20970 bytes
2025/09/28-20:31:38.315007 7f684affd6c0 Compacted 1@1 + 1@2 files => 20970 bytes
2025/09/28-20:31:38.359525 7f684affd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/09/28-20:31:38.359642 7f684affd6c0 Delete type=2 #772
2025/09/28-20:31:38.359796 7f684affd6c0 Delete type=2 #842
2025/09/28-20:31:38.413526 7f684affd6c0 Manual compaction at level-1 from '!items!zgspy1QKaxdEetEw' @ 533 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/boons/MANIFEST-000844 Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000843

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:09.728706 7f27cb7fe6c0 Recovering log #811
2025/07/08-21:55:09.781322 7f27cb7fe6c0 Delete type=3 #809
2025/07/08-21:55:09.781395 7f27cb7fe6c0 Delete type=0 #811
2025/07/08-22:33:44.591016 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.591092 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.598867 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.599406 7f27c9bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.599460 7f27c9bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/09/28-20:36:18.986296 7f68515fa6c0 Recovering log #841
2025/09/28-20:36:18.996511 7f68515fa6c0 Delete type=3 #839
2025/09/28-20:36:18.996565 7f68515fa6c0 Delete type=0 #841
2025/09/28-20:41:29.510619 7f684affd6c0 Level-0 table #846: started
2025/09/28-20:41:29.510655 7f684affd6c0 Level-0 table #846: 0 bytes OK
2025/09/28-20:41:29.577001 7f684affd6c0 Delete type=0 #844
2025/09/28-20:41:29.690227 7f684affd6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/09/28-20:41:29.690265 7f684affd6c0 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/06/16-21:23:14.721829 7fd8d17fa6c0 Recovering log #807
2025/06/16-21:23:14.775471 7fd8d17fa6c0 Delete type=3 #805
2025/06/16-21:23:14.775602 7fd8d17fa6c0 Delete type=0 #807
2025/06/16-21:55:59.338514 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.338564 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.345198 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.352616 7fd633fff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.352720 7fd633fff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.391787 7f68515fa6c0 Recovering log #837
2025/09/28-19:00:39.401841 7f68515fa6c0 Delete type=3 #835
2025/09/28-19:00:39.401917 7f68515fa6c0 Delete type=0 #837
2025/09/28-20:31:38.207299 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.207340 7f684affd6c0 Level-0 table #842: 0 bytes OK
2025/09/28-20:31:38.236246 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:38.296733 7f684affd6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.359869 7f684affd6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000843

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:09.866078 7f27caffd6c0 Recovering log #811
2025/07/08-21:55:09.935579 7f27caffd6c0 Delete type=3 #809
2025/07/08-21:55:09.935663 7f27caffd6c0 Delete type=0 #811
2025/07/08-22:33:44.583110 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.583190 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.590678 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.599182 7f27c9bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.599489 7f27c9bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.010449 7f684bfff6c0 Recovering log #841
2025/09/28-20:36:19.020407 7f684bfff6c0 Delete type=3 #839
2025/09/28-20:36:19.020468 7f684bfff6c0 Delete type=0 #841
2025/09/28-20:41:29.402024 7f684affd6c0 Level-0 table #846: started
2025/09/28-20:41:29.402100 7f684affd6c0 Level-0 table #846: 0 bytes OK
2025/09/28-20:41:29.461676 7f684affd6c0 Delete type=0 #844
2025/09/28-20:41:29.690194 7f684affd6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/09/28-20:41:29.690247 7f684affd6c0 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/06/16-21:23:14.841649 7fd8d1ffb6c0 Recovering log #807
2025/06/16-21:23:14.897860 7fd8d1ffb6c0 Delete type=3 #805
2025/06/16-21:23:14.898033 7fd8d1ffb6c0 Delete type=0 #807
2025/06/16-21:55:59.345483 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.345554 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.352333 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.352652 7fd633fff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.352702 7fd633fff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.416295 7f684b7fe6c0 Recovering log #837
2025/09/28-19:00:39.426667 7f684b7fe6c0 Delete type=3 #835
2025/09/28-19:00:39.426733 7f684b7fe6c0 Delete type=0 #837
2025/09/28-20:31:38.173916 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.173944 7f684affd6c0 Level-0 table #842: 0 bytes OK
2025/09/28-20:31:38.207071 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:38.296715 7f684affd6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.359859 7f684affd6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000811
MANIFEST-000841

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.780226 7f27d0dfa6c0 Recovering log #809
2025/07/08-21:55:10.830806 7f27d0dfa6c0 Delete type=3 #807
2025/07/08-21:55:10.830876 7f27d0dfa6c0 Delete type=0 #809
2025/07/08-22:33:44.691985 7f27c9bff6c0 Level-0 table #814: started
2025/07/08-22:33:44.692047 7f27c9bff6c0 Level-0 table #814: 0 bytes OK
2025/07/08-22:33:44.698877 7f27c9bff6c0 Delete type=0 #812
2025/07/08-22:33:44.721384 7f27c9bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.721481 7f27c9bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.181411 7f684bfff6c0 Recovering log #839
2025/09/28-20:36:19.191010 7f684bfff6c0 Delete type=3 #837
2025/09/28-20:36:19.191120 7f684bfff6c0 Delete type=0 #839
2025/09/28-20:41:30.575328 7f684affd6c0 Level-0 table #844: started
2025/09/28-20:41:30.575368 7f684affd6c0 Level-0 table #844: 0 bytes OK
2025/09/28-20:41:30.629444 7f684affd6c0 Delete type=0 #842
2025/09/28-20:41:30.719129 7f684affd6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/09/28-20:41:30.719168 7f684affd6c0 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/06/16-21:23:15.760401 7fd8d1ffb6c0 Recovering log #805
2025/06/16-21:23:15.822667 7fd8d1ffb6c0 Delete type=3 #803
2025/06/16-21:23:15.822837 7fd8d1ffb6c0 Delete type=0 #805
2025/06/16-21:55:59.440173 7fd633fff6c0 Level-0 table #810: started
2025/06/16-21:55:59.440249 7fd633fff6c0 Level-0 table #810: 0 bytes OK
2025/06/16-21:55:59.447684 7fd633fff6c0 Delete type=0 #808
2025/06/16-21:55:59.495459 7fd633fff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.495547 7fd633fff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.597169 7f684b7fe6c0 Recovering log #835
2025/09/28-19:00:39.607338 7f684b7fe6c0 Delete type=3 #833
2025/09/28-19:00:39.607411 7f684b7fe6c0 Delete type=0 #835
2025/09/28-20:31:38.950626 7f684affd6c0 Level-0 table #840: started
2025/09/28-20:31:38.950657 7f684affd6c0 Level-0 table #840: 0 bytes OK
2025/09/28-20:31:38.990008 7f684affd6c0 Delete type=0 #838
2025/09/28-20:31:39.025068 7f684affd6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/09/28-20:31:39.025113 7f684affd6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000814
MANIFEST-000844

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.090175 7f27d0dfa6c0 Recovering log #812
2025/07/08-21:55:10.145803 7f27d0dfa6c0 Delete type=3 #810
2025/07/08-21:55:10.145937 7f27d0dfa6c0 Delete type=0 #812
2025/07/08-22:33:44.614917 7f27c9bff6c0 Level-0 table #817: started
2025/07/08-22:33:44.614997 7f27c9bff6c0 Level-0 table #817: 0 bytes OK
2025/07/08-22:33:44.622167 7f27c9bff6c0 Delete type=0 #815
2025/07/08-22:33:44.630605 7f27c9bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.630676 7f27c9bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.047173 7f68515fa6c0 Recovering log #842
2025/09/28-20:36:19.056747 7f68515fa6c0 Delete type=3 #840
2025/09/28-20:36:19.056805 7f68515fa6c0 Delete type=0 #842
2025/09/28-20:41:29.812244 7f684affd6c0 Level-0 table #847: started
2025/09/28-20:41:29.812276 7f684affd6c0 Level-0 table #847: 0 bytes OK
2025/09/28-20:41:29.876550 7f684affd6c0 Delete type=0 #845
2025/09/28-20:41:29.993315 7f684affd6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/09/28-20:41:29.993355 7f684affd6c0 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/06/16-21:23:15.041188 7fd8d27fc6c0 Recovering log #808
2025/06/16-21:23:15.116166 7fd8d27fc6c0 Delete type=3 #806
2025/06/16-21:23:15.116336 7fd8d27fc6c0 Delete type=0 #808
2025/06/16-21:55:59.352910 7fd633fff6c0 Level-0 table #813: started
2025/06/16-21:55:59.352969 7fd633fff6c0 Level-0 table #813: 0 bytes OK
2025/06/16-21:55:59.359265 7fd633fff6c0 Delete type=0 #811
2025/06/16-21:55:59.380926 7fd633fff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.381054 7fd633fff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.454911 7f684bfff6c0 Recovering log #838
2025/09/28-19:00:39.465810 7f684bfff6c0 Delete type=3 #836
2025/09/28-19:00:39.465878 7f684bfff6c0 Delete type=0 #838
2025/09/28-20:31:38.490295 7f684affd6c0 Level-0 table #843: started
2025/09/28-20:31:38.490323 7f684affd6c0 Level-0 table #843: 0 bytes OK
2025/09/28-20:31:38.522549 7f684affd6c0 Delete type=0 #841
2025/09/28-20:31:38.584619 7f684affd6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.584667 7f684affd6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000843

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.526874 7f27caffd6c0 Recovering log #811
2025/07/08-21:55:10.581636 7f27caffd6c0 Delete type=3 #809
2025/07/08-21:55:10.581717 7f27caffd6c0 Delete type=0 #811
2025/07/08-22:33:44.660800 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.660870 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.667946 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.691587 7f27c9bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.691705 7f27c9bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.132729 7f684b7fe6c0 Recovering log #841
2025/09/28-20:36:19.142818 7f684b7fe6c0 Delete type=3 #839
2025/09/28-20:36:19.142894 7f684b7fe6c0 Delete type=0 #841
2025/09/28-20:41:30.294720 7f684affd6c0 Level-0 table #846: started
2025/09/28-20:41:30.294757 7f684affd6c0 Level-0 table #846: 0 bytes OK
2025/09/28-20:41:30.348548 7f684affd6c0 Delete type=0 #844
2025/09/28-20:41:30.408220 7f684affd6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/09/28-20:41:30.461754 7f684affd6c0 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/06/16-21:23:15.489718 7fd8d1ffb6c0 Recovering log #807
2025/06/16-21:23:15.565100 7fd8d1ffb6c0 Delete type=3 #805
2025/06/16-21:23:15.565219 7fd8d1ffb6c0 Delete type=0 #807
2025/06/16-21:55:59.417388 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.417470 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.425234 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.439837 7fd633fff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.439940 7fd633fff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.546960 7f68515fa6c0 Recovering log #837
2025/09/28-19:00:39.556820 7f68515fa6c0 Delete type=3 #835
2025/09/28-19:00:39.556886 7f68515fa6c0 Delete type=0 #837
2025/09/28-20:31:38.766932 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.766962 7f684affd6c0 Level-0 table #842: 0 bytes OK
2025/09/28-20:31:38.801258 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:38.873871 7f684affd6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.873920 7f684affd6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000296
MANIFEST-000326

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.592788 7f27cb7fe6c0 Recovering log #294
2025/07/08-21:55:10.644206 7f27cb7fe6c0 Delete type=3 #292
2025/07/08-21:55:10.644304 7f27cb7fe6c0 Delete type=0 #294
2025/07/08-22:33:44.675974 7f27c9bff6c0 Level-0 table #299: started
2025/07/08-22:33:44.676044 7f27c9bff6c0 Level-0 table #299: 0 bytes OK
2025/07/08-22:33:44.682829 7f27c9bff6c0 Delete type=0 #297
2025/07/08-22:33:44.691648 7f27c9bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.691752 7f27c9bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.145074 7f6850df96c0 Recovering log #324
2025/09/28-20:36:19.154524 7f6850df96c0 Delete type=3 #322
2025/09/28-20:36:19.154611 7f6850df96c0 Delete type=0 #324
2025/09/28-20:41:30.348703 7f684affd6c0 Level-0 table #329: started
2025/09/28-20:41:30.348733 7f684affd6c0 Level-0 table #329: 0 bytes OK
2025/09/28-20:41:30.407985 7f684affd6c0 Delete type=0 #327
2025/09/28-20:41:30.461722 7f684affd6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/09/28-20:41:30.461778 7f684affd6c0 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/06/16-21:23:15.569536 7fd8d0ff96c0 Recovering log #290
2025/06/16-21:23:15.632161 7fd8d0ff96c0 Delete type=3 #288
2025/06/16-21:23:15.632325 7fd8d0ff96c0 Delete type=0 #290
2025/06/16-21:55:59.425518 7fd633fff6c0 Level-0 table #295: started
2025/06/16-21:55:59.425589 7fd633fff6c0 Level-0 table #295: 0 bytes OK
2025/06/16-21:55:59.432244 7fd633fff6c0 Delete type=0 #293
2025/06/16-21:55:59.439868 7fd633fff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.439959 7fd633fff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.559604 7f684b7fe6c0 Recovering log #320
2025/09/28-19:00:39.569539 7f684b7fe6c0 Delete type=3 #318
2025/09/28-19:00:39.569618 7f684b7fe6c0 Delete type=0 #320
2025/09/28-20:31:38.835572 7f684affd6c0 Level-0 table #325: started
2025/09/28-20:31:38.835601 7f684affd6c0 Level-0 table #325: 0 bytes OK
2025/09/28-20:31:38.873715 7f684affd6c0 Delete type=0 #323
2025/09/28-20:31:38.873896 7f684affd6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.873928 7f684affd6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/flaws/000843.ldb Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000844

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:09.803453 7f27d0dfa6c0 Recovering log #811
2025/07/08-21:55:09.858651 7f27d0dfa6c0 Delete type=3 #809
2025/07/08-21:55:09.858777 7f27d0dfa6c0 Delete type=0 #811
2025/07/08-22:33:44.567164 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.567254 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.575330 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.599135 7f27c9bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.599425 7f27c9bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/09/28-20:36:18.998478 7f684b7fe6c0 Recovering log #841
2025/09/28-20:36:19.008259 7f684b7fe6c0 Delete type=3 #839
2025/09/28-20:36:19.008312 7f684b7fe6c0 Delete type=0 #841
2025/09/28-20:41:29.461824 7f684affd6c0 Level-0 table #847: started
2025/09/28-20:41:29.461855 7f684affd6c0 Level-0 table #847: 0 bytes OK
2025/09/28-20:41:29.510475 7f684affd6c0 Delete type=0 #845
2025/09/28-20:41:29.690217 7f684affd6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/09/28-20:41:29.690253 7f684affd6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,15 @@
2025/06/16-21:23:14.780212 7fd8d27fc6c0 Recovering log #807
2025/06/16-21:23:14.836275 7fd8d27fc6c0 Delete type=3 #805
2025/06/16-21:23:14.836428 7fd8d27fc6c0 Delete type=0 #807
2025/06/16-21:55:59.324937 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.325024 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.331644 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.352570 7fd633fff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.352671 7fd633fff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.404202 7f684bfff6c0 Recovering log #837
2025/09/28-19:00:39.413896 7f684bfff6c0 Delete type=3 #835
2025/09/28-19:00:39.413974 7f684bfff6c0 Delete type=0 #837
2025/09/28-20:31:38.236539 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.254617 7f684affd6c0 Level-0 table #842: 16973 bytes OK
2025/09/28-20:31:38.296511 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:38.296745 7f684affd6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.359884 7f684affd6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at '!items!znd0K3b7HzYpdehs' @ 389 : 1
2025/09/28-20:31:38.359893 7f684affd6c0 Compacting 1@1 + 1@2 files
2025/09/28-20:31:38.380783 7f684affd6c0 Generated table #843@1: 44 keys, 16594 bytes
2025/09/28-20:31:38.380820 7f684affd6c0 Compacted 1@1 + 1@2 files => 16594 bytes
2025/09/28-20:31:38.413213 7f684affd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/09/28-20:31:38.413324 7f684affd6c0 Delete type=2 #772
2025/09/28-20:31:38.413453 7f684affd6c0 Delete type=2 #842
2025/09/28-20:31:38.490274 7f684affd6c0 Manual compaction at level-1 from '!items!znd0K3b7HzYpdehs' @ 389 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/flaws/MANIFEST-000844 Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000843

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.407415 7f27cb7fe6c0 Recovering log #811
2025/07/08-21:55:10.458583 7f27cb7fe6c0 Delete type=3 #809
2025/07/08-21:55:10.458705 7f27cb7fe6c0 Delete type=0 #811
2025/07/08-22:33:44.653249 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.653299 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.660207 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.660577 7f27c9bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.660651 7f27c9bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.108171 7f68515fa6c0 Recovering log #841
2025/09/28-20:36:19.117880 7f68515fa6c0 Delete type=3 #839
2025/09/28-20:36:19.117936 7f68515fa6c0 Delete type=0 #841
2025/09/28-20:41:29.993509 7f684affd6c0 Level-0 table #846: started
2025/09/28-20:41:29.993542 7f684affd6c0 Level-0 table #846: 0 bytes OK
2025/09/28-20:41:30.063669 7f684affd6c0 Delete type=0 #844
2025/09/28-20:41:30.235346 7f684affd6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/09/28-20:41:30.235421 7f684affd6c0 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/06/16-21:23:15.363813 7fd8d17fa6c0 Recovering log #807
2025/06/16-21:23:15.422132 7fd8d17fa6c0 Delete type=3 #805
2025/06/16-21:23:15.422319 7fd8d17fa6c0 Delete type=0 #807
2025/06/16-21:55:59.395258 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.395365 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.402839 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.410086 7fd633fff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.410148 7fd633fff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.521226 7f684b7fe6c0 Recovering log #837
2025/09/28-19:00:39.531123 7f684b7fe6c0 Delete type=3 #835
2025/09/28-19:00:39.531199 7f684b7fe6c0 Delete type=0 #837
2025/09/28-20:31:38.731957 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.731989 7f684affd6c0 Level-0 table #842: 0 bytes OK
2025/09/28-20:31:38.766717 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:38.873853 7f684affd6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.873905 7f684affd6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000843

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.719744 7f27cb7fe6c0 Recovering log #811
2025/07/08-21:55:10.773391 7f27cb7fe6c0 Delete type=3 #809
2025/07/08-21:55:10.773469 7f27cb7fe6c0 Delete type=0 #811
2025/07/08-22:33:44.699305 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.699381 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.706332 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.721415 7f27c9bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.721503 7f27c9bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.169342 7f684b7fe6c0 Recovering log #841
2025/09/28-20:36:19.179163 7f684b7fe6c0 Delete type=3 #839
2025/09/28-20:36:19.179228 7f684b7fe6c0 Delete type=0 #841
2025/09/28-20:41:30.521759 7f684affd6c0 Level-0 table #846: started
2025/09/28-20:41:30.521827 7f684affd6c0 Level-0 table #846: 0 bytes OK
2025/09/28-20:41:30.575158 7f684affd6c0 Delete type=0 #844
2025/09/28-20:41:30.719107 7f684affd6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/09/28-20:41:30.881765 7f684affd6c0 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/06/16-21:23:15.698999 7fd8d27fc6c0 Recovering log #807
2025/06/16-21:23:15.753013 7fd8d27fc6c0 Delete type=3 #805
2025/06/16-21:23:15.753134 7fd8d27fc6c0 Delete type=0 #807
2025/06/16-21:55:59.447906 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.447977 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.454792 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.495486 7fd633fff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.495563 7fd633fff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.585339 7f68515fa6c0 Recovering log #837
2025/09/28-19:00:39.594696 7f68515fa6c0 Delete type=3 #835
2025/09/28-19:00:39.594748 7f68515fa6c0 Delete type=0 #837
2025/09/28-20:31:38.912827 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.912859 7f684affd6c0 Level-0 table #842: 0 bytes OK
2025/09/28-20:31:38.950410 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:39.025055 7f684affd6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/09/28-20:31:39.025103 7f684affd6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000843

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:09.943992 7f27cbfff6c0 Recovering log #811
2025/07/08-21:55:09.997354 7f27cbfff6c0 Delete type=3 #809
2025/07/08-21:55:09.997463 7f27cbfff6c0 Delete type=0 #811
2025/07/08-22:33:44.599612 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.599676 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.606439 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.630555 7f27c9bff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.630644 7f27c9bff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.022273 7f6850df96c0 Recovering log #841
2025/09/28-20:36:19.032531 7f6850df96c0 Delete type=3 #839
2025/09/28-20:36:19.032582 7f6850df96c0 Delete type=0 #841
2025/09/28-20:41:29.876721 7f684affd6c0 Level-0 table #846: started
2025/09/28-20:41:29.876777 7f684affd6c0 Level-0 table #846: 0 bytes OK
2025/09/28-20:41:29.929633 7f684affd6c0 Delete type=0 #844
2025/09/28-20:41:29.993327 7f684affd6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/09/28-20:41:29.993370 7f684affd6c0 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/06/16-21:23:14.903028 7fd8d0ff96c0 Recovering log #807
2025/06/16-21:23:14.964570 7fd8d0ff96c0 Delete type=3 #805
2025/06/16-21:23:14.964688 7fd8d0ff96c0 Delete type=0 #807
2025/06/16-21:55:59.359509 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.359563 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.365919 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.380972 7fd633fff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.381076 7fd633fff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.429334 7f68515fa6c0 Recovering log #837
2025/09/28-19:00:39.439584 7f68515fa6c0 Delete type=3 #835
2025/09/28-19:00:39.439662 7f68515fa6c0 Delete type=0 #837
2025/09/28-20:31:38.442634 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.442667 7f684affd6c0 Level-0 table #842: 0 bytes OK
2025/09/28-20:31:38.490121 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:38.522687 7f684affd6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.584632 7f684affd6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000843

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.653600 7f27cbfff6c0 Recovering log #811
2025/07/08-21:55:10.712461 7f27cbfff6c0 Delete type=3 #809
2025/07/08-21:55:10.712605 7f27cbfff6c0 Delete type=0 #811
2025/07/08-22:33:44.683076 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.683140 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.691245 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.691673 7f27c9bff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.691773 7f27c9bff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.156420 7f68515fa6c0 Recovering log #841
2025/09/28-20:36:19.166928 7f68515fa6c0 Delete type=3 #839
2025/09/28-20:36:19.166979 7f68515fa6c0 Delete type=0 #841
2025/09/28-20:41:30.408238 7f684affd6c0 Level-0 table #846: started
2025/09/28-20:41:30.408281 7f684affd6c0 Level-0 table #846: 0 bytes OK
2025/09/28-20:41:30.461554 7f684affd6c0 Delete type=0 #844
2025/09/28-20:41:30.461767 7f684affd6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/09/28-20:41:30.461864 7f684affd6c0 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/06/16-21:23:15.636675 7fd8d17fa6c0 Recovering log #807
2025/06/16-21:23:15.692989 7fd8d17fa6c0 Delete type=3 #805
2025/06/16-21:23:15.693158 7fd8d17fa6c0 Delete type=0 #807
2025/06/16-21:55:59.432481 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.432533 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.439467 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.439899 7fd633fff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.439980 7fd633fff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.572052 7f684bfff6c0 Recovering log #837
2025/09/28-19:00:39.582770 7f684bfff6c0 Delete type=3 #835
2025/09/28-19:00:39.582844 7f684bfff6c0 Delete type=0 #837
2025/09/28-20:31:38.874020 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.874054 7f684affd6c0 Level-0 table #842: 0 bytes OK
2025/09/28-20:31:38.912657 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:39.025016 7f684affd6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/09/28-20:31:39.025093 7f684affd6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000843

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.017332 7f27cb7fe6c0 Recovering log #811
2025/07/08-21:55:10.070004 7f27cb7fe6c0 Delete type=3 #809
2025/07/08-21:55:10.070074 7f27cb7fe6c0 Delete type=0 #811
2025/07/08-22:33:44.606671 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.606742 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.614603 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.630584 7f27c9bff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.630660 7f27c9bff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.034801 7f684b7fe6c0 Recovering log #841
2025/09/28-20:36:19.044942 7f684b7fe6c0 Delete type=3 #839
2025/09/28-20:36:19.045000 7f684b7fe6c0 Delete type=0 #841
2025/09/28-20:41:29.690403 7f684affd6c0 Level-0 table #846: started
2025/09/28-20:41:29.690441 7f684affd6c0 Level-0 table #846: 0 bytes OK
2025/09/28-20:41:29.812144 7f684affd6c0 Delete type=0 #844
2025/09/28-20:41:29.993298 7f684affd6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/09/28-20:41:29.993347 7f684affd6c0 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/06/16-21:23:14.969184 7fd8d17fa6c0 Recovering log #807
2025/06/16-21:23:15.035926 7fd8d17fa6c0 Delete type=3 #805
2025/06/16-21:23:15.036072 7fd8d17fa6c0 Delete type=0 #807
2025/06/16-21:55:59.373534 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.373586 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.380651 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.381031 7fd633fff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.381114 7fd633fff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.442962 7f6850df96c0 Recovering log #837
2025/09/28-19:00:39.452384 7f6850df96c0 Delete type=3 #835
2025/09/28-19:00:39.452439 7f6850df96c0 Delete type=0 #837
2025/09/28-20:31:38.413541 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.413563 7f684affd6c0 Level-0 table #842: 0 bytes OK
2025/09/28-20:31:38.442482 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:38.522668 7f684affd6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.584645 7f684affd6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000813
MANIFEST-000843

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.466747 7f27d0dfa6c0 Recovering log #811
2025/07/08-21:55:10.519908 7f27d0dfa6c0 Delete type=3 #809
2025/07/08-21:55:10.519978 7f27d0dfa6c0 Delete type=0 #811
2025/07/08-22:33:44.668223 7f27c9bff6c0 Level-0 table #816: started
2025/07/08-22:33:44.668291 7f27c9bff6c0 Level-0 table #816: 0 bytes OK
2025/07/08-22:33:44.675709 7f27c9bff6c0 Delete type=0 #814
2025/07/08-22:33:44.691622 7f27c9bff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.691729 7f27c9bff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.119805 7f684bfff6c0 Recovering log #841
2025/09/28-20:36:19.130294 7f684bfff6c0 Delete type=3 #839
2025/09/28-20:36:19.130352 7f684bfff6c0 Delete type=0 #841
2025/09/28-20:41:30.235640 7f684affd6c0 Level-0 table #846: started
2025/09/28-20:41:30.235688 7f684affd6c0 Level-0 table #846: 0 bytes OK
2025/09/28-20:41:30.294575 7f684affd6c0 Delete type=0 #844
2025/09/28-20:41:30.408200 7f684affd6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/09/28-20:41:30.461743 7f684affd6c0 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/06/16-21:23:15.427947 7fd8d27fc6c0 Recovering log #807
2025/06/16-21:23:15.485758 7fd8d27fc6c0 Delete type=3 #805
2025/06/16-21:23:15.485883 7fd8d27fc6c0 Delete type=0 #807
2025/06/16-21:55:59.381336 7fd633fff6c0 Level-0 table #812: started
2025/06/16-21:55:59.381409 7fd633fff6c0 Level-0 table #812: 0 bytes OK
2025/06/16-21:55:59.388051 7fd633fff6c0 Delete type=0 #810
2025/06/16-21:55:59.410041 7fd633fff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.410118 7fd633fff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.533770 7f6850df96c0 Recovering log #837
2025/09/28-19:00:39.544564 7f6850df96c0 Delete type=3 #835
2025/09/28-19:00:39.544636 7f6850df96c0 Delete type=0 #837
2025/09/28-20:31:38.801444 7f684affd6c0 Level-0 table #842: started
2025/09/28-20:31:38.801480 7f684affd6c0 Level-0 table #842: 0 bytes OK
2025/09/28-20:31:38.835379 7f684affd6c0 Delete type=0 #840
2025/09/28-20:31:38.873887 7f684affd6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.873912 7f684affd6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000720
MANIFEST-000750

View File

@@ -1,8 +1,8 @@
2025/07/08-21:55:10.277897 7f27cb7fe6c0 Recovering log #718
2025/07/08-21:55:10.333741 7f27cb7fe6c0 Delete type=3 #716
2025/07/08-21:55:10.333814 7f27cb7fe6c0 Delete type=0 #718
2025/07/08-22:33:44.630861 7f27c9bff6c0 Level-0 table #723: started
2025/07/08-22:33:44.630956 7f27c9bff6c0 Level-0 table #723: 0 bytes OK
2025/07/08-22:33:44.638128 7f27c9bff6c0 Delete type=0 #721
2025/07/08-22:33:44.660496 7f27c9bff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/07/08-22:33:44.660595 7f27c9bff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/09/28-20:36:19.083092 7f684b7fe6c0 Recovering log #748
2025/09/28-20:36:19.093470 7f684b7fe6c0 Delete type=3 #746
2025/09/28-20:36:19.093548 7f684b7fe6c0 Delete type=0 #748
2025/09/28-20:41:30.175712 7f684affd6c0 Level-0 table #753: started
2025/09/28-20:41:30.175746 7f684affd6c0 Level-0 table #753: 0 bytes OK
2025/09/28-20:41:30.235071 7f684affd6c0 Delete type=0 #751
2025/09/28-20:41:30.235409 7f684affd6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/09/28-20:41:30.348691 7f684affd6c0 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/06/16-21:23:15.242690 7fd8d17fa6c0 Recovering log #714
2025/06/16-21:23:15.297501 7fd8d17fa6c0 Delete type=3 #712
2025/06/16-21:23:15.297703 7fd8d17fa6c0 Delete type=0 #714
2025/06/16-21:55:59.403094 7fd633fff6c0 Level-0 table #719: started
2025/06/16-21:55:59.403155 7fd633fff6c0 Level-0 table #719: 0 bytes OK
2025/06/16-21:55:59.409799 7fd633fff6c0 Delete type=0 #717
2025/06/16-21:55:59.410104 7fd633fff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/06/16-21:55:59.410163 7fd633fff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/09/28-19:00:39.493934 7f684bfff6c0 Recovering log #744
2025/09/28-19:00:39.504020 7f684bfff6c0 Delete type=3 #742
2025/09/28-19:00:39.504112 7f684bfff6c0 Delete type=0 #744
2025/09/28-20:31:38.697277 7f684affd6c0 Level-0 table #749: started
2025/09/28-20:31:38.697304 7f684affd6c0 Level-0 table #749: 0 bytes OK
2025/09/28-20:31:38.731366 7f684affd6c0 Delete type=0 #747
2025/09/28-20:31:38.731818 7f684affd6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
2025/09/28-20:31:38.731835 7f684affd6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/weapons/000755.ldb Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More