Compare commits
4 Commits
v10
...
bol-v13.0.
Author | SHA1 | Date | |
---|---|---|---|
22579c21bc | |||
50c5c31e7b | |||
a8c05cd4de | |||
e1cea78059 |
@ -13,7 +13,7 @@ jobs:
|
|||||||
#- uses: actions/checkout@v3
|
#- uses: actions/checkout@v3
|
||||||
- uses: RouxAntoine/checkout@v3.5.4
|
- uses: RouxAntoine/checkout@v3.5.4
|
||||||
with:
|
with:
|
||||||
ref: 'v10'
|
ref: "v13"
|
||||||
|
|
||||||
# get part of the tag after the `v`
|
# get part of the tag after the `v`
|
||||||
- name: Extract tag version number
|
- name: Extract tag version number
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
id: sub_manifest_link_version
|
id: sub_manifest_link_version
|
||||||
uses: microsoft/variable-substitution@v1
|
uses: microsoft/variable-substitution@v1
|
||||||
with:
|
with:
|
||||||
files: 'system.json'
|
files: "system.json"
|
||||||
env:
|
env:
|
||||||
version: ${{steps.get_version.outputs.version-without-v}}
|
version: ${{steps.get_version.outputs.version-without-v}}
|
||||||
url: https://www.uberwald.me/gitea/public/bol
|
url: https://www.uberwald.me/gitea/public/bol
|
||||||
@ -37,12 +37,12 @@ jobs:
|
|||||||
apt update -y
|
apt update -y
|
||||||
apt install -y zip
|
apt install -y zip
|
||||||
|
|
||||||
- run: zip -r ./bol.zip system.json template.json README.md LICENSE assets/ css/ fonts/ images/ lang/ module/ packs/ styles/ templates/ ui/
|
- run: zip -r ./bol.zip system.json template.json README.md LICENSE assets/ compendiums/ css/ fonts/ images/ lang/ module/ packs/ styles/ templates/ ui/
|
||||||
|
|
||||||
- name: setup go
|
- name: setup go
|
||||||
uses: https://github.com/actions/setup-go@v4
|
uses: https://github.com/actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.20.1'
|
go-version: ">=1.20.1"
|
||||||
|
|
||||||
- name: Use Go Action
|
- name: Use Go Action
|
||||||
id: use-go-action
|
id: use-go-action
|
||||||
@ -51,4 +51,4 @@ jobs:
|
|||||||
files: |-
|
files: |-
|
||||||
./bol.zip
|
./bol.zip
|
||||||
system.json
|
system.json
|
||||||
api_key: '${{secrets.RELEASE_TOKEN_UBERWALD}}'
|
api_key: "${{secrets.RELEASE_TOKEN_UBERWALD}}"
|
||||||
|
31
changelog.md
31
changelog.md
@ -1,22 +1,26 @@
|
|||||||
Changes :
|
|
||||||
|
# v13.0.0
|
||||||
|
|
||||||
|
- Foundry v13 only
|
||||||
|
|
||||||
# v12.1.7
|
# v12.1.7
|
||||||
|
|
||||||
- Enhance welcome message
|
- Enhance welcome message
|
||||||
|
|
||||||
# v12.1.0
|
# v12.1.1
|
||||||
|
|
||||||
## French
|
## French
|
||||||
|
|
||||||
- Correction sur les conditions des sorts
|
- Correction sur les conditions des sorts
|
||||||
- Jet d'armures correctement affichés
|
- Jet d'armures correctement affichés
|
||||||
- Dégat à 0 possibles sur les armes/capacités
|
- Dégat à 0 possibles sur les armes/capacités
|
||||||
|
|
||||||
## English
|
## English
|
||||||
|
|
||||||
- Corrected spell conditions
|
- Corrected spell conditions
|
||||||
- Armor rolls are now correctly displayed
|
- Armor rolls are now correctly displayed
|
||||||
- Weapon/capacity damage can now be set to 0
|
- Weapon/capacity damage can now be set to 0
|
||||||
|
|
||||||
|
|
||||||
# v12.1.0
|
# v12.1.0
|
||||||
|
|
||||||
- Gestion des Hordes
|
- Gestion des Hordes
|
||||||
@ -43,20 +47,19 @@ Changes :
|
|||||||
|
|
||||||
# v11.0.8
|
# v11.0.8
|
||||||
|
|
||||||
- Correction sur les malus de bouclier (blocage)
|
- Correction sur les malus de bouclier (blocage)
|
||||||
- Corrrection sur le malus d'init des boucliers qui était mal affiché dans la fiche d'item
|
- Corrrection sur le malus d'init des boucliers qui était mal affiché dans la fiche d'item
|
||||||
|
|
||||||
# v10.4.0
|
# v10.4.0
|
||||||
|
|
||||||
- Ajout de la gestion d'effets
|
- Ajout de la gestion d'effets
|
||||||
- Aide intégré
|
- Aide intégré
|
||||||
- Intégration du PDF de la bougette
|
- Intégration du PDF de la bougette
|
||||||
|
|
||||||
# v10.3.3
|
# v10.3.3
|
||||||
|
|
||||||
- Nouvelles clés de traduction
|
- Nouvelles clés de traduction
|
||||||
- Lorsqu'une arme a un dé bonus, prise en compte plus claire du dé bonus et affichage de l'information dans la fenêtre de jet
|
- Lorsqu'une arme a un dé bonus, prise en compte plus claire du dé bonus et affichage de l'information dans la fenêtre de jet
|
||||||
- Lorsqu'une arme relance les 1 sur ses dégats, l'information est affichée dans le tchat
|
- Lorsqu'une arme relance les 1 sur ses dégats, l'information est affichée dans le tchat
|
||||||
- Termes corrects pour les PNJs (ie rival)
|
- Termes corrects pour les PNJs (ie rival)
|
||||||
- Nouveaux équipements issus du Dieu Voilé
|
- Nouveaux équipements issus du Dieu Voilé
|
||||||
|
|
||||||
|
10
css/bol.css
10
css/bol.css
@ -140,9 +140,9 @@ ul.no-bullets {
|
|||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.flexrow > * {
|
/* Wrong in v13.flexrow > * {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
} */
|
||||||
.flexrow .flex1 {
|
.flexrow .flex1 {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
@ -1074,9 +1074,9 @@ body.system-bol img#logo {
|
|||||||
height: fit-content;
|
height: fit-content;
|
||||||
min-width: 6rem;
|
min-width: 6rem;
|
||||||
flex-basis: auto;
|
flex-basis: auto;
|
||||||
padding: 0;
|
padding: 0.20rem;
|
||||||
line-height: 1rem;
|
line-height: 1.1rem;
|
||||||
margin: 0.25rem;
|
margin: 0.20rem;
|
||||||
}
|
}
|
||||||
.control-icon.tokenhudicon.right {
|
.control-icon.tokenhudicon.right {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
import { BoLRoll } from "../controllers/bol-rolls.js";
|
import { BoLRoll } from "../controllers/bol-rolls.js";
|
||||||
import { BoLUtility } from "../system/bol-utility.js";
|
import { BoLUtility } from "../system/bol-utility.js";
|
||||||
|
|
||||||
export class BoLActorSheet extends ActorSheet {
|
export class BoLActorSheet extends foundry.appv1.sheets.ActorSheet {
|
||||||
|
|
||||||
/** @override */
|
/** @override */
|
||||||
static get defaultOptions() {
|
static get defaultOptions() {
|
||||||
@ -170,8 +170,8 @@ export class BoLActorSheet extends ActorSheet {
|
|||||||
formData.charType = this.actor.getCharType()
|
formData.charType = this.actor.getCharType()
|
||||||
formData.villainy = this.actor.getVillainy()
|
formData.villainy = this.actor.getVillainy()
|
||||||
formData.isUndead = this.actor.isUndead()
|
formData.isUndead = this.actor.isUndead()
|
||||||
formData.biography = await TextEditor.enrichHTML(this.object.system.details?.biography || "", { async: true })
|
formData.biography = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.object.system.details?.biography || "", { async: true })
|
||||||
formData.notes = await TextEditor.enrichHTML(this.object.system.details.notes || "", { async: true })
|
formData.notes = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.object.system.details.notes || "", { async: true })
|
||||||
formData.isSorcerer = this.actor.isSorcerer()
|
formData.isSorcerer = this.actor.isSorcerer()
|
||||||
formData.isAlchemist = this.actor.isAlchemist()
|
formData.isAlchemist = this.actor.isAlchemist()
|
||||||
formData.isAstrologer = this.actor.isAstrologer()
|
formData.isAstrologer = this.actor.isAstrologer()
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
import { BoLRoll } from "../controllers/bol-rolls.js";
|
import { BoLRoll } from "../controllers/bol-rolls.js";
|
||||||
import { BoLUtility } from "../system/bol-utility.js";
|
import { BoLUtility } from "../system/bol-utility.js";
|
||||||
|
|
||||||
export class BoLHordeSheet extends ActorSheet {
|
export class BoLHordeSheet extends foundry.appv1.sheets.ActorSheet {
|
||||||
|
|
||||||
/** @override */
|
/** @override */
|
||||||
static get defaultOptions() {
|
static get defaultOptions() {
|
||||||
@ -116,7 +116,7 @@ export class BoLHordeSheet extends ActorSheet {
|
|||||||
formData.options = this.options
|
formData.options = this.options
|
||||||
formData.owner = this.document.isOwner
|
formData.owner = this.document.isOwner
|
||||||
formData.editScore = this.options.editScore
|
formData.editScore = this.options.editScore
|
||||||
formData.description = await TextEditor.enrichHTML(this.actor.system.description, {async: true})
|
formData.description = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.actor.system.description, {async: true})
|
||||||
|
|
||||||
formData.isGM = game.user.isGM
|
formData.isGM = game.user.isGM
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
import { BoLRoll } from "../controllers/bol-rolls.js";
|
import { BoLRoll } from "../controllers/bol-rolls.js";
|
||||||
import { BoLUtility } from "../system/bol-utility.js";
|
import { BoLUtility } from "../system/bol-utility.js";
|
||||||
|
|
||||||
export class BoLVehicleSheet extends ActorSheet {
|
export class BoLVehicleSheet extends foundry.appv1.sheets.ActorSheet {
|
||||||
|
|
||||||
/** @override */
|
/** @override */
|
||||||
static get defaultOptions() {
|
static get defaultOptions() {
|
||||||
@ -127,7 +127,7 @@ export class BoLVehicleSheet extends ActorSheet {
|
|||||||
formData.options = this.options
|
formData.options = this.options
|
||||||
formData.owner = this.document.isOwner
|
formData.owner = this.document.isOwner
|
||||||
formData.editScore = this.options.editScore
|
formData.editScore = this.options.editScore
|
||||||
formData.description = await TextEditor.enrichHTML(this.actor.system.description, {async: true})
|
formData.description = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.actor.system.description, {async: true})
|
||||||
|
|
||||||
formData.isGM = game.user.isGM
|
formData.isGM = game.user.isGM
|
||||||
|
|
||||||
|
@ -51,13 +51,13 @@ Hooks.once('init', async function () {
|
|||||||
CONFIG.Combat.documentClass = BoLCombatManager;
|
CONFIG.Combat.documentClass = BoLCombatManager;
|
||||||
|
|
||||||
// Register sheet application classes
|
// Register sheet application classes
|
||||||
Actors.unregisterSheet("core", ActorSheet);
|
foundry.documents.collections.Actors.unregisterSheet("core", foundry.appv1.sheets.ActorSheet);
|
||||||
Actors.registerSheet("bol", BoLActorSheet, { types: ["character", "encounter"], makeDefault: true })
|
foundry.documents.collections.Actors.registerSheet("bol", BoLActorSheet, { types: ["character", "encounter"], makeDefault: true })
|
||||||
Actors.registerSheet("bol", BoLVehicleSheet, { types: ["vehicle"], makeDefault: true })
|
foundry.documents.collections.Actors.registerSheet("bol", BoLVehicleSheet, { types: ["vehicle"], makeDefault: true })
|
||||||
Actors.registerSheet("bol", BoLHordeSheet, { types: ["horde"], makeDefault: true })
|
foundry.documents.collections.Actors.registerSheet("bol", BoLHordeSheet, { types: ["horde"], makeDefault: true })
|
||||||
|
|
||||||
Items.unregisterSheet("core", ItemSheet);
|
foundry.documents.collections.Items.unregisterSheet("core", foundry.appv1.sheets.ItemSheet);
|
||||||
Items.registerSheet("bol", BoLItemSheet, { makeDefault: true });
|
foundry.documents.collections.Items.registerSheet("bol", BoLItemSheet, { makeDefault: true });
|
||||||
|
|
||||||
// Inot useful stuff
|
// Inot useful stuff
|
||||||
BoLUtility.init()
|
BoLUtility.init()
|
||||||
@ -174,5 +174,3 @@ Hooks.once('ready', async function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
@ -551,7 +551,7 @@ export class BoLRoll {
|
|||||||
console.log("ROLLDATA", rollData)
|
console.log("ROLLDATA", rollData)
|
||||||
|
|
||||||
// Then display+process the dialog
|
// Then display+process the dialog
|
||||||
const rollOptionContent = await renderTemplate(rollOptionTpl, rollData);
|
const rollOptionContent = await foundry.applications.handlebars.renderTemplate(rollOptionTpl, rollData);
|
||||||
let d = new Dialog({
|
let d = new Dialog({
|
||||||
title: rollData.label,
|
title: rollData.label,
|
||||||
content: rollOptionContent,
|
content: rollOptionContent,
|
||||||
@ -805,13 +805,13 @@ export class BoLDefaultRoll {
|
|||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
_buildDamageChatMessage(rollData) {
|
_buildDamageChatMessage(rollData) {
|
||||||
const rollMessageTpl = 'systems/bol/templates/chat/rolls/damage-roll-card.hbs';
|
const rollMessageTpl = 'systems/bol/templates/chat/rolls/damage-roll-card.hbs';
|
||||||
return renderTemplate(rollMessageTpl, rollData)
|
return foundry.applications.handlebars.renderTemplate(rollMessageTpl, rollData)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
_buildChatMessage(rollData) {
|
_buildChatMessage(rollData) {
|
||||||
const rollMessageTpl = 'systems/bol/templates/chat/rolls/default-roll-card.hbs'
|
const rollMessageTpl = 'systems/bol/templates/chat/rolls/default-roll-card.hbs'
|
||||||
return renderTemplate(rollMessageTpl, rollData)
|
return foundry.applications.handlebars.renderTemplate(rollMessageTpl, rollData)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@ import { BoLUtility } from "../system/bol-utility.js";
|
|||||||
* Extend the basic ItemSheet with some very simple modifications
|
* Extend the basic ItemSheet with some very simple modifications
|
||||||
* @extends {ItemSheet}
|
* @extends {ItemSheet}
|
||||||
*/
|
*/
|
||||||
export class BoLItemSheet extends ItemSheet {
|
export class BoLItemSheet extends foundry.appv1.sheets.ItemSheet {
|
||||||
|
|
||||||
/** @override */
|
/** @override */
|
||||||
static get defaultOptions() {
|
static get defaultOptions() {
|
||||||
@ -27,7 +27,7 @@ export class BoLItemSheet extends ItemSheet {
|
|||||||
data.category = itemData.system.category
|
data.category = itemData.system.category
|
||||||
data.isGM = game.user.isGM;
|
data.isGM = game.user.isGM;
|
||||||
data.itemProperties = this.item.itemProperties;
|
data.itemProperties = this.item.itemProperties;
|
||||||
data.description = await TextEditor.enrichHTML(this.object.system.description, { async: true })
|
data.description = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.object.system.description, { async: true })
|
||||||
if (data.document.actor) {
|
if (data.document.actor) {
|
||||||
data.careers = data.document.actor.careers
|
data.careers = data.document.actor.careers
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,8 @@ export class BoLTokenHud {
|
|||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
static async removeExtensionHud(app, html, tokenId) {
|
static async removeExtensionHud(app, html, tokenId) {
|
||||||
html.find('.control-icon.bol-roll').remove()
|
$(html).find('.control-icon.bol-roll').remove()
|
||||||
html.find('.control-icon.bol-action').remove()
|
$(html).find('.control-icon.bol-action').remove()
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
@ -25,7 +25,7 @@ export class BoLTokenHud {
|
|||||||
|
|
||||||
const hudData = { actor: actor, actionsList: actor.buildListeActions(), rollsList: actor.buildRollList() }
|
const hudData = { actor: actor, actionsList: actor.buildListeActions(), rollsList: actor.buildRollList() }
|
||||||
|
|
||||||
const controlIconActions = html.find('.control-icon[data-action=combat]');
|
const controlIconActions = $(html).find('.control-icon[data-action=combat]');
|
||||||
// initiative
|
// initiative
|
||||||
await BoLTokenHud._configureSubMenu(controlIconActions, 'systems/bol/templates/token/hud-actor-actions.hbs', hudData,
|
await BoLTokenHud._configureSubMenu(controlIconActions, 'systems/bol/templates/token/hud-actor-actions.hbs', hudData,
|
||||||
(event) => {
|
(event) => {
|
||||||
@ -43,7 +43,7 @@ export class BoLTokenHud {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
const controlIconTarget = html.find('.control-icon[data-action=target]');
|
const controlIconTarget = $(html).find('.control-icon[data-action=target]');
|
||||||
// att+apt+career
|
// att+apt+career
|
||||||
await BoLTokenHud._configureSubMenu(controlIconTarget, 'systems/bol/templates/token/hud-actor-rolls.hbs', hudData,
|
await BoLTokenHud._configureSubMenu(controlIconTarget, 'systems/bol/templates/token/hud-actor-rolls.hbs', hudData,
|
||||||
(event) => {
|
(event) => {
|
||||||
@ -59,7 +59,7 @@ export class BoLTokenHud {
|
|||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
static async addTokenHudExtensions(app, html, tokenId) {
|
static async addTokenHudExtensions(app, html, tokenId) {
|
||||||
const controlIconCombat = html.find('.control-icon[data-action=combat]')
|
const controlIconCombat = $(html).find('.control-icon[data-action=combat]')
|
||||||
if (controlIconCombat.length > 0) {
|
if (controlIconCombat.length > 0) {
|
||||||
BoLTokenHud.addExtensionHud(app, html, tokenId);
|
BoLTokenHud.addExtensionHud(app, html, tokenId);
|
||||||
}
|
}
|
||||||
|
@ -331,7 +331,7 @@ export class BoLCalendar extends Application {
|
|||||||
calendrierData.jourMoisOptions = RdDCalendrier.buildJoursMois();
|
calendrierData.jourMoisOptions = RdDCalendrier.buildJoursMois();
|
||||||
calendrierData.heuresOptions = [0, 1];
|
calendrierData.heuresOptions = [0, 1];
|
||||||
calendrierData.minutesOptions = Array(RDD_MINUTES_PAR_HEURES).fill().map((item, index) => 0 + index);
|
calendrierData.minutesOptions = Array(RDD_MINUTES_PAR_HEURES).fill().map((item, index) => 0 + index);
|
||||||
let html = await renderTemplate('systems/foundryvtt-reve-de-dragon/templates/calendar-editor-template.html', calendrierData);
|
let html = await foundry.applications.handlebars.renderTemplate('systems/foundryvtt-reve-de-dragon/templates/calendar-editor-template.html', calendrierData);
|
||||||
this.editeur = new RdDCalendrierEditeur(html, this, calendrierData)
|
this.editeur = new RdDCalendrierEditeur(html, this, calendrierData)
|
||||||
}
|
}
|
||||||
this.editeur.updateData(calendrierData);
|
this.editeur.updateData(calendrierData);
|
||||||
|
@ -344,7 +344,7 @@ export class BoLUtility {
|
|||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
static async chatMessageHandler(message, html, data) {
|
static async chatMessageHandler(message, html, data) {
|
||||||
const chatCard = html.find('.flavor-text')
|
const chatCard = $(html).find('.flavor-text')
|
||||||
if (chatCard.length > 0) {
|
if (chatCard.length > 0) {
|
||||||
// If the user is the message author or the actor owner, proceed
|
// If the user is the message author or the actor owner, proceed
|
||||||
const actor = game.actors.get(data.message.speaker.actor)
|
const actor = game.actors.get(data.message.speaker.actor)
|
||||||
@ -381,6 +381,8 @@ export class BoLUtility {
|
|||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
static async chatListeners(html) {
|
static async chatListeners(html) {
|
||||||
|
|
||||||
|
html = $(html);
|
||||||
|
|
||||||
// Damage handling
|
// Damage handling
|
||||||
html.on("click", '.chat-damage-apply', event => {
|
html.on("click", '.chat-damage-apply', event => {
|
||||||
let rollData = BoLUtility.getRollDataFromMessage(event)
|
let rollData = BoLUtility.getRollDataFromMessage(event)
|
||||||
|
@ -15,7 +15,7 @@ export default function registerHooks() {
|
|||||||
}))
|
}))
|
||||||
|
|
||||||
Hooks.on('renderChatLog', (log, html, data) => BoLUtility.chatListeners(html))
|
Hooks.on('renderChatLog', (log, html, data) => BoLUtility.chatListeners(html))
|
||||||
Hooks.on('renderChatMessage', (message, html, data) => BoLUtility.chatMessageHandler(message, html, data))
|
Hooks.on('renderChatMessageHTML', (message, html, data) => BoLUtility.chatMessageHandler(message, html, data))
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a macro when dropping an entity on the hotbar
|
* Create a macro when dropping an entity on the hotbar
|
||||||
@ -73,7 +73,7 @@ export default function registerHooks() {
|
|||||||
button.addEventListener('click', () => {
|
button.addEventListener('click', () => {
|
||||||
game.bol.charSummary.render(true)
|
game.bol.charSummary.render(true)
|
||||||
})
|
})
|
||||||
html.find('.header-actions').after(button)
|
$(html).find('.header-actions').after(button)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -66,5 +66,5 @@ export const preloadHandlebarsTemplates = async function () {
|
|||||||
];
|
];
|
||||||
|
|
||||||
// Load the template parts
|
// Load the template parts
|
||||||
return loadTemplates(templatePaths);
|
return foundry.applications.handlebars.loadTemplates(templatePaths);
|
||||||
};
|
};
|
||||||
|
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000766
|
MANIFEST-000770
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:17.059640 7f9cf5ffb6c0 Recovering log #764
|
2025/05/09-21:30:27.277046 7fb7a67fc6c0 Recovering log #768
|
||||||
2025/03/31-07:10:17.113093 7f9cf5ffb6c0 Delete type=3 #762
|
2025/05/09-21:30:27.287303 7fb7a67fc6c0 Delete type=3 #766
|
||||||
2025/03/31-07:10:17.113203 7f9cf5ffb6c0 Delete type=0 #764
|
2025/05/09-21:30:27.287366 7fb7a67fc6c0 Delete type=0 #768
|
||||||
2025/03/31-07:15:11.784077 7f9cf4ff96c0 Level-0 table #769: started
|
2025/05/09-21:54:23.590855 7fb7a4bff6c0 Level-0 table #773: started
|
||||||
2025/03/31-07:15:11.784139 7f9cf4ff96c0 Level-0 table #769: 0 bytes OK
|
2025/05/09-21:54:23.594431 7fb7a4bff6c0 Level-0 table #773: 28007 bytes OK
|
||||||
2025/03/31-07:15:11.820358 7f9cf4ff96c0 Delete type=0 #767
|
2025/05/09-21:54:23.600775 7fb7a4bff6c0 Delete type=0 #771
|
||||||
2025/03/31-07:15:11.863418 7f9cf4ff96c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.600981 7fb7a4bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:11.863502 7f9cf4ff96c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.632719 7fb7a4bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 283 : 1
|
||||||
|
2025/05/09-21:54:23.632732 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.636393 7fb7a4bff6c0 Generated table #774@1: 24 keys, 28007 bytes
|
||||||
|
2025/05/09-21:54:23.636422 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 28007 bytes
|
||||||
|
2025/05/09-21:54:23.642943 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.643083 7fb7a4bff6c0 Delete type=2 #761
|
||||||
|
2025/05/09-21:54:23.643321 7fb7a4bff6c0 Delete type=2 #773
|
||||||
|
2025/05/09-21:54:23.643522 7fb7a4bff6c0 Manual compaction at level-1 from '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 283 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:18.138827 7f9cf67fc6c0 Recovering log #759
|
2025/03/31-07:10:17.059640 7f9cf5ffb6c0 Recovering log #764
|
||||||
2025/03/31-07:01:18.151000 7f9cf67fc6c0 Delete type=3 #757
|
2025/03/31-07:10:17.113093 7f9cf5ffb6c0 Delete type=3 #762
|
||||||
2025/03/31-07:01:18.151096 7f9cf67fc6c0 Delete type=0 #759
|
2025/03/31-07:10:17.113203 7f9cf5ffb6c0 Delete type=0 #764
|
||||||
2025/03/31-07:05:47.761503 7f9cf4ff96c0 Level-0 table #765: started
|
2025/03/31-07:15:11.784077 7f9cf4ff96c0 Level-0 table #769: started
|
||||||
2025/03/31-07:05:47.761554 7f9cf4ff96c0 Level-0 table #765: 0 bytes OK
|
2025/03/31-07:15:11.784139 7f9cf4ff96c0 Level-0 table #769: 0 bytes OK
|
||||||
2025/03/31-07:05:47.767897 7f9cf4ff96c0 Delete type=0 #763
|
2025/03/31-07:15:11.820358 7f9cf4ff96c0 Delete type=0 #767
|
||||||
2025/03/31-07:05:47.768254 7f9cf4ff96c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863418 7f9cf4ff96c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.768322 7f9cf4ff96c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863502 7f9cf4ff96c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/aides-de-jeu/MANIFEST-000770
Normal file
BIN
packs/aides-de-jeu/MANIFEST-000770
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000671
|
MANIFEST-000675
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:16.947165 7f9cf67fc6c0 Recovering log #669
|
2025/05/09-21:30:27.249515 7fb7a5ffb6c0 Recovering log #673
|
||||||
2025/03/31-07:10:17.010788 7f9cf67fc6c0 Delete type=3 #667
|
2025/05/09-21:30:27.260315 7fb7a5ffb6c0 Delete type=3 #671
|
||||||
2025/03/31-07:10:17.010920 7f9cf67fc6c0 Delete type=0 #669
|
2025/05/09-21:30:27.260473 7fb7a5ffb6c0 Delete type=0 #673
|
||||||
2025/03/31-07:15:11.712245 7f9cf4ff96c0 Level-0 table #674: started
|
2025/05/09-21:54:23.570175 7fb7a4bff6c0 Level-0 table #678: started
|
||||||
2025/03/31-07:15:11.712293 7f9cf4ff96c0 Level-0 table #674: 0 bytes OK
|
2025/05/09-21:54:23.573810 7fb7a4bff6c0 Level-0 table #678: 5424 bytes OK
|
||||||
2025/03/31-07:15:11.745296 7f9cf4ff96c0 Delete type=0 #672
|
2025/05/09-21:54:23.580705 7fb7a4bff6c0 Delete type=0 #676
|
||||||
2025/03/31-07:15:11.863357 7f9cf4ff96c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.600960 7fb7a4bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:11.863483 7f9cf4ff96c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.611179 7fb7a4bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at '!items!xhEcsi3WHjbt2ro9' @ 42 : 1
|
||||||
|
2025/05/09-21:54:23.611194 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.614691 7fb7a4bff6c0 Generated table #679@1: 6 keys, 5424 bytes
|
||||||
|
2025/05/09-21:54:23.614718 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 5424 bytes
|
||||||
|
2025/05/09-21:54:23.620897 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.621031 7fb7a4bff6c0 Delete type=2 #666
|
||||||
|
2025/05/09-21:54:23.621185 7fb7a4bff6c0 Delete type=2 #678
|
||||||
|
2025/05/09-21:54:23.643493 7fb7a4bff6c0 Manual compaction at level-1 from '!items!xhEcsi3WHjbt2ro9' @ 42 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:18.108119 7f9cf57fa6c0 Recovering log #664
|
2025/03/31-07:10:16.947165 7f9cf67fc6c0 Recovering log #669
|
||||||
2025/03/31-07:01:18.118686 7f9cf57fa6c0 Delete type=3 #662
|
2025/03/31-07:10:17.010788 7f9cf67fc6c0 Delete type=3 #667
|
||||||
2025/03/31-07:01:18.118791 7f9cf57fa6c0 Delete type=0 #664
|
2025/03/31-07:10:17.010920 7f9cf67fc6c0 Delete type=0 #669
|
||||||
2025/03/31-07:05:47.740195 7f9cf4ff96c0 Level-0 table #670: started
|
2025/03/31-07:15:11.712245 7f9cf4ff96c0 Level-0 table #674: started
|
||||||
2025/03/31-07:05:47.740253 7f9cf4ff96c0 Level-0 table #670: 0 bytes OK
|
2025/03/31-07:15:11.712293 7f9cf4ff96c0 Level-0 table #674: 0 bytes OK
|
||||||
2025/03/31-07:05:47.746679 7f9cf4ff96c0 Delete type=0 #668
|
2025/03/31-07:15:11.745296 7f9cf4ff96c0 Delete type=0 #672
|
||||||
2025/03/31-07:05:47.768165 7f9cf4ff96c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863357 7f9cf4ff96c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.768278 7f9cf4ff96c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863483 7f9cf4ff96c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/armors/MANIFEST-000675
Normal file
BIN
packs/armors/MANIFEST-000675
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000764
|
MANIFEST-000768
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:16.407604 7f9cf67fc6c0 Recovering log #762
|
2025/05/09-21:30:27.139143 7fb7a6ffd6c0 Recovering log #766
|
||||||
2025/03/31-07:10:16.479813 7f9cf67fc6c0 Delete type=3 #760
|
2025/05/09-21:30:27.149710 7fb7a6ffd6c0 Delete type=3 #764
|
||||||
2025/03/31-07:10:16.479936 7f9cf67fc6c0 Delete type=0 #762
|
2025/05/09-21:30:27.149820 7fb7a6ffd6c0 Delete type=0 #766
|
||||||
2025/03/31-07:15:11.462830 7f9cf4ff96c0 Level-0 table #767: started
|
2025/05/09-21:54:23.416505 7fb7a4bff6c0 Level-0 table #771: started
|
||||||
2025/03/31-07:15:11.462886 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
2025/05/09-21:54:23.419996 7fb7a4bff6c0 Level-0 table #771: 19163 bytes OK
|
||||||
2025/03/31-07:15:11.500813 7f9cf4ff96c0 Delete type=0 #765
|
2025/05/09-21:54:23.425972 7fb7a4bff6c0 Delete type=0 #769
|
||||||
2025/03/31-07:15:11.563807 7f9cf4ff96c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.436051 7fb7a4bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:11.563949 7f9cf4ff96c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.456627 7fb7a4bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at '!items!zgspy1QKaxdEetEw' @ 472 : 1
|
||||||
|
2025/05/09-21:54:23.456635 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.460518 7fb7a4bff6c0 Generated table #772@1: 59 keys, 19163 bytes
|
||||||
|
2025/05/09-21:54:23.460558 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 19163 bytes
|
||||||
|
2025/05/09-21:54:23.467142 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.467253 7fb7a4bff6c0 Delete type=2 #759
|
||||||
|
2025/05/09-21:54:23.467375 7fb7a4bff6c0 Delete type=2 #771
|
||||||
|
2025/05/09-21:54:23.477760 7fb7a4bff6c0 Manual compaction at level-1 from '!items!zgspy1QKaxdEetEw' @ 472 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:17.972300 7f9cf57fa6c0 Recovering log #757
|
2025/03/31-07:10:16.407604 7f9cf67fc6c0 Recovering log #762
|
||||||
2025/03/31-07:01:17.983482 7f9cf57fa6c0 Delete type=3 #755
|
2025/03/31-07:10:16.479813 7f9cf67fc6c0 Delete type=3 #760
|
||||||
2025/03/31-07:01:17.983631 7f9cf57fa6c0 Delete type=0 #757
|
2025/03/31-07:10:16.479936 7f9cf67fc6c0 Delete type=0 #762
|
||||||
2025/03/31-07:05:47.692525 7f9cf4ff96c0 Level-0 table #763: started
|
2025/03/31-07:15:11.462830 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/03/31-07:05:47.692582 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
2025/03/31-07:15:11.462886 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/03/31-07:05:47.698782 7f9cf4ff96c0 Delete type=0 #761
|
2025/03/31-07:15:11.500813 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/03/31-07:05:47.712293 7f9cf4ff96c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563807 7f9cf4ff96c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.712359 7f9cf4ff96c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563949 7f9cf4ff96c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/boons/MANIFEST-000768
Normal file
BIN
packs/boons/MANIFEST-000768
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000764
|
MANIFEST-000768
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:16.483153 7f9cf6ffd6c0 Recovering log #762
|
2025/05/09-21:30:27.154520 7fb7a5ffb6c0 Recovering log #766
|
||||||
2025/03/31-07:10:16.551518 7f9cf6ffd6c0 Delete type=3 #760
|
2025/05/09-21:30:27.164657 7fb7a5ffb6c0 Delete type=3 #764
|
||||||
2025/03/31-07:10:16.551693 7f9cf6ffd6c0 Delete type=0 #762
|
2025/05/09-21:30:27.164721 7fb7a5ffb6c0 Delete type=0 #766
|
||||||
2025/03/31-07:15:11.534471 7f9cf4ff96c0 Level-0 table #767: started
|
2025/05/09-21:54:23.406535 7fb7a4bff6c0 Level-0 table #771: started
|
||||||
2025/03/31-07:15:11.534518 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
2025/05/09-21:54:23.409574 7fb7a4bff6c0 Level-0 table #771: 2453 bytes OK
|
||||||
2025/03/31-07:15:11.563419 7f9cf4ff96c0 Delete type=0 #765
|
2025/05/09-21:54:23.416381 7fb7a4bff6c0 Delete type=0 #769
|
||||||
2025/03/31-07:15:11.563892 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.436036 7fb7a4bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:11.564007 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.446843 7fb7a4bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at '!items!yofwG0YrsL902G77' @ 64 : 1
|
||||||
|
2025/05/09-21:54:23.446850 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.449975 7fb7a4bff6c0 Generated table #772@1: 8 keys, 2453 bytes
|
||||||
|
2025/05/09-21:54:23.450016 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 2453 bytes
|
||||||
|
2025/05/09-21:54:23.456304 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.456413 7fb7a4bff6c0 Delete type=2 #759
|
||||||
|
2025/05/09-21:54:23.456561 7fb7a4bff6c0 Delete type=2 #771
|
||||||
|
2025/05/09-21:54:23.477747 7fb7a4bff6c0 Manual compaction at level-1 from '!items!yofwG0YrsL902G77' @ 64 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:17.988979 7f9cf5ffb6c0 Recovering log #757
|
2025/03/31-07:10:16.483153 7f9cf6ffd6c0 Recovering log #762
|
||||||
2025/03/31-07:01:18.000788 7f9cf5ffb6c0 Delete type=3 #755
|
2025/03/31-07:10:16.551518 7f9cf6ffd6c0 Delete type=3 #760
|
||||||
2025/03/31-07:01:18.000890 7f9cf5ffb6c0 Delete type=0 #757
|
2025/03/31-07:10:16.551693 7f9cf6ffd6c0 Delete type=0 #762
|
||||||
2025/03/31-07:05:47.684708 7f9cf4ff96c0 Level-0 table #763: started
|
2025/03/31-07:15:11.534471 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/03/31-07:05:47.684770 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
2025/03/31-07:15:11.534518 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/03/31-07:05:47.692347 7f9cf4ff96c0 Delete type=0 #761
|
2025/03/31-07:15:11.563419 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/03/31-07:05:47.712274 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563892 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.712328 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.564007 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/boonsflawscreatures/MANIFEST-000768
Normal file
BIN
packs/boonsflawscreatures/MANIFEST-000768
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000764
|
MANIFEST-000768
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:16.627946 7f9cf57fa6c0 Recovering log #762
|
2025/05/09-21:30:27.181177 7fb7a57fa6c0 Recovering log #766
|
||||||
2025/03/31-07:10:16.690160 7f9cf57fa6c0 Delete type=3 #760
|
2025/05/09-21:30:27.191036 7fb7a57fa6c0 Delete type=3 #764
|
||||||
2025/03/31-07:10:16.690297 7f9cf57fa6c0 Delete type=0 #762
|
2025/05/09-21:30:27.191130 7fb7a57fa6c0 Delete type=0 #766
|
||||||
2025/03/31-07:15:11.501071 7f9cf4ff96c0 Level-0 table #767: started
|
2025/05/09-21:54:23.426098 7fb7a4bff6c0 Level-0 table #771: started
|
||||||
2025/03/31-07:15:11.501145 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
2025/05/09-21:54:23.429563 7fb7a4bff6c0 Level-0 table #771: 42639 bytes OK
|
||||||
2025/03/31-07:15:11.534293 7f9cf4ff96c0 Delete type=0 #765
|
2025/05/09-21:54:23.435799 7fb7a4bff6c0 Delete type=0 #769
|
||||||
2025/03/31-07:15:11.563855 7f9cf4ff96c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.436069 7fb7a4bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:11.563976 7f9cf4ff96c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.467441 7fb7a4bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at '!items!zxY3sW0iCJBvwjOS' @ 215 : 1
|
||||||
|
2025/05/09-21:54:23.467449 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.471195 7fb7a4bff6c0 Generated table #772@1: 27 keys, 42639 bytes
|
||||||
|
2025/05/09-21:54:23.471235 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 42639 bytes
|
||||||
|
2025/05/09-21:54:23.477340 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.477477 7fb7a4bff6c0 Delete type=2 #759
|
||||||
|
2025/05/09-21:54:23.477637 7fb7a4bff6c0 Delete type=2 #771
|
||||||
|
2025/05/09-21:54:23.477774 7fb7a4bff6c0 Manual compaction at level-1 from '!items!zxY3sW0iCJBvwjOS' @ 215 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:18.022229 7f9cf6ffd6c0 Recovering log #757
|
2025/03/31-07:10:16.627946 7f9cf57fa6c0 Recovering log #762
|
||||||
2025/03/31-07:01:18.032764 7f9cf6ffd6c0 Delete type=3 #755
|
2025/03/31-07:10:16.690160 7f9cf57fa6c0 Delete type=3 #760
|
||||||
2025/03/31-07:01:18.032860 7f9cf6ffd6c0 Delete type=0 #757
|
2025/03/31-07:10:16.690297 7f9cf57fa6c0 Delete type=0 #762
|
||||||
2025/03/31-07:05:47.699022 7f9cf4ff96c0 Level-0 table #763: started
|
2025/03/31-07:15:11.501071 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/03/31-07:05:47.699076 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
2025/03/31-07:15:11.501145 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/03/31-07:05:47.705257 7f9cf4ff96c0 Delete type=0 #761
|
2025/03/31-07:15:11.534293 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/03/31-07:05:47.712313 7f9cf4ff96c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563855 7f9cf4ff96c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.712370 7f9cf4ff96c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563976 7f9cf4ff96c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/careers/MANIFEST-000768
Normal file
BIN
packs/careers/MANIFEST-000768
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000762
|
MANIFEST-000766
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:17.506385 7f9cf6ffd6c0 Recovering log #760
|
2025/05/09-21:30:27.380509 7fb7a6ffd6c0 Recovering log #764
|
||||||
2025/03/31-07:10:17.575234 7f9cf6ffd6c0 Delete type=3 #758
|
2025/05/09-21:30:27.390288 7fb7a6ffd6c0 Delete type=3 #762
|
||||||
2025/03/31-07:10:17.575341 7f9cf6ffd6c0 Delete type=0 #760
|
2025/05/09-21:30:27.390416 7fb7a6ffd6c0 Delete type=0 #764
|
||||||
2025/03/31-07:15:12.157098 7f9cf4ff96c0 Level-0 table #765: started
|
2025/05/09-21:54:23.738119 7fb7a4bff6c0 Level-0 table #769: started
|
||||||
2025/03/31-07:15:12.157181 7f9cf4ff96c0 Level-0 table #765: 0 bytes OK
|
2025/05/09-21:54:23.741323 7fb7a4bff6c0 Level-0 table #769: 990 bytes OK
|
||||||
2025/03/31-07:15:12.193443 7f9cf4ff96c0 Delete type=0 #763
|
2025/05/09-21:54:23.748398 7fb7a4bff6c0 Delete type=0 #767
|
||||||
2025/03/31-07:15:12.193715 7f9cf4ff96c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.766647 7fb7a4bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:12.241607 7f9cf4ff96c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.777462 7fb7a4bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at '!items!zwSNMO9HpiqUCMt8' @ 24 : 1
|
||||||
|
2025/05/09-21:54:23.777476 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.781438 7fb7a4bff6c0 Generated table #770@1: 4 keys, 990 bytes
|
||||||
|
2025/05/09-21:54:23.781464 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 990 bytes
|
||||||
|
2025/05/09-21:54:23.787953 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.788063 7fb7a4bff6c0 Delete type=2 #757
|
||||||
|
2025/05/09-21:54:23.788166 7fb7a4bff6c0 Delete type=2 #769
|
||||||
|
2025/05/09-21:54:23.808340 7fb7a4bff6c0 Manual compaction at level-1 from '!items!zwSNMO9HpiqUCMt8' @ 24 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:18.249810 7f9cf5ffb6c0 Recovering log #755
|
2025/03/31-07:10:17.506385 7f9cf6ffd6c0 Recovering log #760
|
||||||
2025/03/31-07:01:18.261010 7f9cf5ffb6c0 Delete type=3 #753
|
2025/03/31-07:10:17.575234 7f9cf6ffd6c0 Delete type=3 #758
|
||||||
2025/03/31-07:01:18.261104 7f9cf5ffb6c0 Delete type=0 #755
|
2025/03/31-07:10:17.575341 7f9cf6ffd6c0 Delete type=0 #760
|
||||||
2025/03/31-07:05:47.811953 7f9cf4ff96c0 Level-0 table #761: started
|
2025/03/31-07:15:12.157098 7f9cf4ff96c0 Level-0 table #765: started
|
||||||
2025/03/31-07:05:47.811991 7f9cf4ff96c0 Level-0 table #761: 0 bytes OK
|
2025/03/31-07:15:12.157181 7f9cf4ff96c0 Level-0 table #765: 0 bytes OK
|
||||||
2025/03/31-07:05:47.818468 7f9cf4ff96c0 Delete type=0 #759
|
2025/03/31-07:15:12.193443 7f9cf4ff96c0 Delete type=0 #763
|
||||||
2025/03/31-07:05:47.826264 7f9cf4ff96c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.193715 7f9cf4ff96c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.826363 7f9cf4ff96c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.241607 7f9cf4ff96c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/effets-exemples/MANIFEST-000766
Normal file
BIN
packs/effets-exemples/MANIFEST-000766
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000765
|
MANIFEST-000769
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:16.812596 7f9cf5ffb6c0 Recovering log #763
|
2025/05/09-21:30:27.221654 7fb7a67fc6c0 Recovering log #767
|
||||||
2025/03/31-07:10:16.868280 7f9cf5ffb6c0 Delete type=3 #761
|
2025/05/09-21:30:27.231528 7fb7a67fc6c0 Delete type=3 #765
|
||||||
2025/03/31-07:10:16.868401 7f9cf5ffb6c0 Delete type=0 #763
|
2025/05/09-21:30:27.231595 7fb7a67fc6c0 Delete type=0 #767
|
||||||
2025/03/31-07:15:11.637784 7f9cf4ff96c0 Level-0 table #768: started
|
2025/05/09-21:54:23.507915 7fb7a4bff6c0 Level-0 table #772: started
|
||||||
2025/03/31-07:15:11.637835 7f9cf4ff96c0 Level-0 table #768: 0 bytes OK
|
2025/05/09-21:54:23.511511 7fb7a4bff6c0 Level-0 table #772: 9886 bytes OK
|
||||||
2025/03/31-07:15:11.674608 7f9cf4ff96c0 Delete type=0 #766
|
2025/05/09-21:54:23.517742 7fb7a4bff6c0 Delete type=0 #770
|
||||||
2025/03/31-07:15:11.712020 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.517922 7fb7a4bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:11.712092 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.549267 7fb7a4bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at '!items!yE8UH6YAgNGjKDEu' @ 499 : 1
|
||||||
|
2025/05/09-21:54:23.549280 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.552972 7fb7a4bff6c0 Generated table #773@1: 43 keys, 9886 bytes
|
||||||
|
2025/05/09-21:54:23.552999 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 9886 bytes
|
||||||
|
2025/05/09-21:54:23.560295 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.560415 7fb7a4bff6c0 Delete type=2 #760
|
||||||
|
2025/05/09-21:54:23.560531 7fb7a4bff6c0 Delete type=2 #772
|
||||||
|
2025/05/09-21:54:23.560633 7fb7a4bff6c0 Manual compaction at level-1 from '!items!yE8UH6YAgNGjKDEu' @ 499 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:18.075041 7f9cf67fc6c0 Recovering log #758
|
2025/03/31-07:10:16.812596 7f9cf5ffb6c0 Recovering log #763
|
||||||
2025/03/31-07:01:18.085656 7f9cf67fc6c0 Delete type=3 #756
|
2025/03/31-07:10:16.868280 7f9cf5ffb6c0 Delete type=3 #761
|
||||||
2025/03/31-07:01:18.085755 7f9cf67fc6c0 Delete type=0 #758
|
2025/03/31-07:10:16.868401 7f9cf5ffb6c0 Delete type=0 #763
|
||||||
2025/03/31-07:05:47.712589 7f9cf4ff96c0 Level-0 table #764: started
|
2025/03/31-07:15:11.637784 7f9cf4ff96c0 Level-0 table #768: started
|
||||||
2025/03/31-07:05:47.712636 7f9cf4ff96c0 Level-0 table #764: 0 bytes OK
|
2025/03/31-07:15:11.637835 7f9cf4ff96c0 Level-0 table #768: 0 bytes OK
|
||||||
2025/03/31-07:05:47.719221 7f9cf4ff96c0 Delete type=0 #762
|
2025/03/31-07:15:11.674608 7f9cf4ff96c0 Delete type=0 #766
|
||||||
2025/03/31-07:05:47.739829 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.712020 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.739948 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.712092 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/equipment/MANIFEST-000769
Normal file
BIN
packs/equipment/MANIFEST-000769
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000764
|
MANIFEST-000768
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:17.225555 7f9cf6ffd6c0 Recovering log #762
|
2025/05/09-21:30:27.327521 7fb7a57fa6c0 Recovering log #766
|
||||||
2025/03/31-07:10:17.275960 7f9cf6ffd6c0 Delete type=3 #760
|
2025/05/09-21:30:27.337696 7fb7a57fa6c0 Delete type=3 #764
|
||||||
2025/03/31-07:10:17.276058 7f9cf6ffd6c0 Delete type=0 #762
|
2025/05/09-21:30:27.337836 7fb7a57fa6c0 Delete type=0 #766
|
||||||
2025/03/31-07:15:11.899738 7f9cf4ff96c0 Level-0 table #767: started
|
2025/05/09-21:54:23.663837 7fb7a4bff6c0 Level-0 table #771: started
|
||||||
2025/03/31-07:15:11.899801 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
2025/05/09-21:54:23.666976 7fb7a4bff6c0 Level-0 table #771: 3773 bytes OK
|
||||||
2025/03/31-07:15:11.936459 7f9cf4ff96c0 Delete type=0 #765
|
2025/05/09-21:54:23.673465 7fb7a4bff6c0 Delete type=0 #769
|
||||||
2025/03/31-07:15:12.016531 7f9cf4ff96c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.685416 7fb7a4bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:12.016632 7f9cf4ff96c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.706514 7fb7a4bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at '!items!vGydqADwTsHZ9B3j' @ 189 : 1
|
||||||
|
2025/05/09-21:54:23.706527 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.709938 7fb7a4bff6c0 Generated table #772@1: 8 keys, 3773 bytes
|
||||||
|
2025/05/09-21:54:23.709959 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 3773 bytes
|
||||||
|
2025/05/09-21:54:23.716864 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.716982 7fb7a4bff6c0 Delete type=2 #759
|
||||||
|
2025/05/09-21:54:23.717130 7fb7a4bff6c0 Delete type=2 #771
|
||||||
|
2025/05/09-21:54:23.726963 7fb7a4bff6c0 Manual compaction at level-1 from '!items!vGydqADwTsHZ9B3j' @ 189 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:18.187598 7f9cf5ffb6c0 Recovering log #757
|
2025/03/31-07:10:17.225555 7f9cf6ffd6c0 Recovering log #762
|
||||||
2025/03/31-07:01:18.198216 7f9cf5ffb6c0 Delete type=3 #755
|
2025/03/31-07:10:17.275960 7f9cf6ffd6c0 Delete type=3 #760
|
||||||
2025/03/31-07:01:18.198369 7f9cf5ffb6c0 Delete type=0 #757
|
2025/03/31-07:10:17.276058 7f9cf6ffd6c0 Delete type=0 #762
|
||||||
2025/03/31-07:05:47.776499 7f9cf4ff96c0 Level-0 table #763: started
|
2025/03/31-07:15:11.899738 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/03/31-07:05:47.776619 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
2025/03/31-07:15:11.899801 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/03/31-07:05:47.783148 7f9cf4ff96c0 Delete type=0 #761
|
2025/03/31-07:15:11.936459 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/03/31-07:05:47.797620 7f9cf4ff96c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.016531 7f9cf4ff96c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.797706 7f9cf4ff96c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.016632 7f9cf4ff96c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/fightoptions/MANIFEST-000768
Normal file
BIN
packs/fightoptions/MANIFEST-000768
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000247
|
MANIFEST-000251
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:17.278960 7f9cf5ffb6c0 Recovering log #245
|
2025/05/09-21:30:27.340571 7fb7a6ffd6c0 Recovering log #249
|
||||||
2025/03/31-07:10:17.331439 7f9cf5ffb6c0 Delete type=3 #243
|
2025/05/09-21:30:27.350617 7fb7a6ffd6c0 Delete type=3 #247
|
||||||
2025/03/31-07:10:17.331612 7f9cf5ffb6c0 Delete type=0 #245
|
2025/05/09-21:30:27.350673 7fb7a6ffd6c0 Delete type=0 #249
|
||||||
2025/03/31-07:15:11.978753 7f9cf4ff96c0 Level-0 table #250: started
|
2025/05/09-21:54:23.653474 7fb7a4bff6c0 Level-0 table #254: started
|
||||||
2025/03/31-07:15:11.978812 7f9cf4ff96c0 Level-0 table #250: 0 bytes OK
|
2025/05/09-21:54:23.656856 7fb7a4bff6c0 Level-0 table #254: 11387 bytes OK
|
||||||
2025/03/31-07:15:12.016172 7f9cf4ff96c0 Delete type=0 #248
|
2025/05/09-21:54:23.663690 7fb7a4bff6c0 Delete type=0 #252
|
||||||
2025/03/31-07:15:12.016606 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.685401 7fb7a4bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:12.016710 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.695586 7fb7a4bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at '!items!wYEpnhbyYaMkaNdL' @ 150 : 1
|
||||||
|
2025/05/09-21:54:23.695595 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.700027 7fb7a4bff6c0 Generated table #255@1: 22 keys, 11387 bytes
|
||||||
|
2025/05/09-21:54:23.700057 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 11387 bytes
|
||||||
|
2025/05/09-21:54:23.706066 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.706173 7fb7a4bff6c0 Delete type=2 #242
|
||||||
|
2025/05/09-21:54:23.706375 7fb7a4bff6c0 Delete type=2 #254
|
||||||
|
2025/05/09-21:54:23.726953 7fb7a4bff6c0 Manual compaction at level-1 from '!items!wYEpnhbyYaMkaNdL' @ 150 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:18.203385 7f9cf67fc6c0 Recovering log #240
|
2025/03/31-07:10:17.278960 7f9cf5ffb6c0 Recovering log #245
|
||||||
2025/03/31-07:01:18.214226 7f9cf67fc6c0 Delete type=3 #238
|
2025/03/31-07:10:17.331439 7f9cf5ffb6c0 Delete type=3 #243
|
||||||
2025/03/31-07:01:18.214322 7f9cf67fc6c0 Delete type=0 #240
|
2025/03/31-07:10:17.331612 7f9cf5ffb6c0 Delete type=0 #245
|
||||||
2025/03/31-07:05:47.790278 7f9cf4ff96c0 Level-0 table #246: started
|
2025/03/31-07:15:11.978753 7f9cf4ff96c0 Level-0 table #250: started
|
||||||
2025/03/31-07:05:47.790337 7f9cf4ff96c0 Level-0 table #246: 0 bytes OK
|
2025/03/31-07:15:11.978812 7f9cf4ff96c0 Level-0 table #250: 0 bytes OK
|
||||||
2025/03/31-07:05:47.797413 7f9cf4ff96c0 Delete type=0 #244
|
2025/03/31-07:15:12.016172 7f9cf4ff96c0 Delete type=0 #248
|
||||||
2025/03/31-07:05:47.797649 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.016606 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.797678 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.016710 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/fightoptionsfanmade/MANIFEST-000251
Normal file
BIN
packs/fightoptionsfanmade/MANIFEST-000251
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000764
|
MANIFEST-000768
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:16.555211 7f9cf5ffb6c0 Recovering log #762
|
2025/05/09-21:30:27.167485 7fb7a67fc6c0 Recovering log #766
|
||||||
2025/03/31-07:10:16.618022 7f9cf5ffb6c0 Delete type=3 #760
|
2025/05/09-21:30:27.177638 7fb7a67fc6c0 Delete type=3 #764
|
||||||
2025/03/31-07:10:16.618175 7f9cf5ffb6c0 Delete type=0 #762
|
2025/05/09-21:30:27.177737 7fb7a67fc6c0 Delete type=0 #766
|
||||||
2025/03/31-07:15:11.429439 7f9cf4ff96c0 Level-0 table #767: started
|
2025/05/09-21:54:23.396893 7fb7a4bff6c0 Level-0 table #771: started
|
||||||
2025/03/31-07:15:11.429550 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
2025/05/09-21:54:23.400251 7fb7a4bff6c0 Level-0 table #771: 15559 bytes OK
|
||||||
2025/03/31-07:15:11.462554 7f9cf4ff96c0 Delete type=0 #765
|
2025/05/09-21:54:23.406410 7fb7a4bff6c0 Delete type=0 #769
|
||||||
2025/03/31-07:15:11.563759 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.436016 7fb7a4bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:11.563920 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.436094 7fb7a4bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at '!items!znd0K3b7HzYpdehs' @ 344 : 1
|
||||||
|
2025/05/09-21:54:23.436106 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.440402 7fb7a4bff6c0 Generated table #772@1: 43 keys, 15559 bytes
|
||||||
|
2025/05/09-21:54:23.440433 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 15559 bytes
|
||||||
|
2025/05/09-21:54:23.446473 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.446634 7fb7a4bff6c0 Delete type=2 #759
|
||||||
|
2025/05/09-21:54:23.446778 7fb7a4bff6c0 Delete type=2 #771
|
||||||
|
2025/05/09-21:54:23.477731 7fb7a4bff6c0 Manual compaction at level-1 from '!items!znd0K3b7HzYpdehs' @ 344 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:18.005003 7f9cf67fc6c0 Recovering log #757
|
2025/03/31-07:10:16.555211 7f9cf5ffb6c0 Recovering log #762
|
||||||
2025/03/31-07:01:18.015721 7f9cf67fc6c0 Delete type=3 #755
|
2025/03/31-07:10:16.618022 7f9cf5ffb6c0 Delete type=3 #760
|
||||||
2025/03/31-07:01:18.015819 7f9cf67fc6c0 Delete type=0 #757
|
2025/03/31-07:10:16.618175 7f9cf5ffb6c0 Delete type=0 #762
|
||||||
2025/03/31-07:05:47.705461 7f9cf4ff96c0 Level-0 table #763: started
|
2025/03/31-07:15:11.429439 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/03/31-07:05:47.705510 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
2025/03/31-07:15:11.429550 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/03/31-07:05:47.712102 7f9cf4ff96c0 Delete type=0 #761
|
2025/03/31-07:15:11.462554 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/03/31-07:05:47.712346 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563759 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.712383 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563920 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/flaws/MANIFEST-000768
Normal file
BIN
packs/flaws/MANIFEST-000768
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000764
|
MANIFEST-000768
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:17.116842 7f9cf57fa6c0 Recovering log #762
|
2025/05/09-21:30:27.300985 7fb7a5ffb6c0 Recovering log #766
|
||||||
2025/03/31-07:10:17.168930 7f9cf57fa6c0 Delete type=3 #760
|
2025/05/09-21:30:27.311722 7fb7a5ffb6c0 Delete type=3 #764
|
||||||
2025/03/31-07:10:17.169026 7f9cf57fa6c0 Delete type=0 #762
|
2025/05/09-21:30:27.311777 7fb7a5ffb6c0 Delete type=0 #766
|
||||||
2025/03/31-07:15:11.820658 7f9cf4ff96c0 Level-0 table #767: started
|
2025/05/09-21:54:23.580961 7fb7a4bff6c0 Level-0 table #771: started
|
||||||
2025/03/31-07:15:11.820721 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
2025/05/09-21:54:23.584352 7fb7a4bff6c0 Level-0 table #771: 7450 bytes OK
|
||||||
2025/03/31-07:15:11.863072 7f9cf4ff96c0 Delete type=0 #765
|
2025/05/09-21:54:23.590716 7fb7a4bff6c0 Delete type=0 #769
|
||||||
2025/03/31-07:15:11.863441 7f9cf4ff96c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.600972 7fb7a4bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:11.863525 7f9cf4ff96c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.621268 7fb7a4bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at '!items!vaAQiuAHdyQrQiUX' @ 149 : 1
|
||||||
|
2025/05/09-21:54:23.621277 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.624847 7fb7a4bff6c0 Generated table #772@1: 18 keys, 7450 bytes
|
||||||
|
2025/05/09-21:54:23.624895 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 7450 bytes
|
||||||
|
2025/05/09-21:54:23.632280 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.632433 7fb7a4bff6c0 Delete type=2 #759
|
||||||
|
2025/05/09-21:54:23.632608 7fb7a4bff6c0 Delete type=2 #771
|
||||||
|
2025/05/09-21:54:23.643507 7fb7a4bff6c0 Manual compaction at level-1 from '!items!vaAQiuAHdyQrQiUX' @ 149 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:18.156616 7f9cf6ffd6c0 Recovering log #757
|
2025/03/31-07:10:17.116842 7f9cf57fa6c0 Recovering log #762
|
||||||
2025/03/31-07:01:18.167009 7f9cf6ffd6c0 Delete type=3 #755
|
2025/03/31-07:10:17.168930 7f9cf57fa6c0 Delete type=3 #760
|
||||||
2025/03/31-07:01:18.167102 7f9cf6ffd6c0 Delete type=0 #757
|
2025/03/31-07:10:17.169026 7f9cf57fa6c0 Delete type=0 #762
|
||||||
2025/03/31-07:05:47.746858 7f9cf4ff96c0 Level-0 table #763: started
|
2025/03/31-07:15:11.820658 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/03/31-07:05:47.746901 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
2025/03/31-07:15:11.820721 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/03/31-07:05:47.753641 7f9cf4ff96c0 Delete type=0 #761
|
2025/03/31-07:15:11.863072 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/03/31-07:05:47.768197 7f9cf4ff96c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863441 7f9cf4ff96c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.768308 7f9cf4ff96c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863525 7f9cf4ff96c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/languages/MANIFEST-000768
Normal file
BIN
packs/languages/MANIFEST-000768
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000764
|
MANIFEST-000768
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
2025/03/31-07:10:17.404551 7f9cf67fc6c0 Recovering log #762
|
2025/05/09-21:30:27.366455 7fb7a57fa6c0 Recovering log #766
|
||||||
2025/03/31-07:10:17.503006 7f9cf67fc6c0 Delete type=3 #760
|
2025/05/09-21:30:27.376159 7fb7a57fa6c0 Delete type=3 #764
|
||||||
2025/03/31-07:10:17.503120 7f9cf67fc6c0 Delete type=0 #762
|
2025/05/09-21:30:27.376219 7fb7a57fa6c0 Delete type=0 #766
|
||||||
2025/03/31-07:15:12.016820 7f9cf4ff96c0 Level-0 table #767: started
|
2025/05/09-21:54:23.727060 7fb7a4bff6c0 Level-0 table #771: started
|
||||||
2025/03/31-07:15:12.016903 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
2025/05/09-21:54:23.731343 7fb7a4bff6c0 Level-0 table #771: 14599 bytes OK
|
||||||
2025/03/31-07:15:12.058515 7f9cf4ff96c0 Delete type=0 #765
|
2025/05/09-21:54:23.737986 7fb7a4bff6c0 Delete type=0 #769
|
||||||
2025/03/31-07:15:12.193656 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.766623 7fb7a4bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:15:12.193732 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
2025/05/09-21:54:23.766690 7fb7a4bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at '!items!xVWrSPiX0Nwccsn6' @ 336 : 1
|
||||||
|
2025/05/09-21:54:23.766700 7fb7a4bff6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2025/05/09-21:54:23.770411 7fb7a4bff6c0 Generated table #772@1: 42 keys, 14599 bytes
|
||||||
|
2025/05/09-21:54:23.770452 7fb7a4bff6c0 Compacted 1@1 + 1@2 files => 14599 bytes
|
||||||
|
2025/05/09-21:54:23.776836 7fb7a4bff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2025/05/09-21:54:23.777015 7fb7a4bff6c0 Delete type=2 #759
|
||||||
|
2025/05/09-21:54:23.777275 7fb7a4bff6c0 Delete type=2 #771
|
||||||
|
2025/05/09-21:54:23.808325 7fb7a4bff6c0 Manual compaction at level-1 from '!items!xVWrSPiX0Nwccsn6' @ 336 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/03/31-07:01:18.234697 7f9cf57fa6c0 Recovering log #757
|
2025/03/31-07:10:17.404551 7f9cf67fc6c0 Recovering log #762
|
||||||
2025/03/31-07:01:18.245430 7f9cf57fa6c0 Delete type=3 #755
|
2025/03/31-07:10:17.503006 7f9cf67fc6c0 Delete type=3 #760
|
||||||
2025/03/31-07:01:18.245543 7f9cf57fa6c0 Delete type=0 #757
|
2025/03/31-07:10:17.503120 7f9cf67fc6c0 Delete type=0 #762
|
||||||
2025/03/31-07:05:47.804390 7f9cf4ff96c0 Level-0 table #763: started
|
2025/03/31-07:15:12.016820 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/03/31-07:05:47.804461 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
2025/03/31-07:15:12.016903 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/03/31-07:05:47.811761 7f9cf4ff96c0 Delete type=0 #761
|
2025/03/31-07:15:12.058515 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/03/31-07:05:47.826236 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.193656 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||||
2025/03/31-07:05:47.826337 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.193732 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/objets-alchimie/MANIFEST-000768
Normal file
BIN
packs/objets-alchimie/MANIFEST-000768
Normal file
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user