18 Commits

Author SHA1 Message Date
Yoshi
4d1c7c3642 module.json aktualisiert
All checks were successful
release / release (push) Successful in 23s
2025-02-26 00:04:14 +01:00
Yoshi
9535f8f89a .gitea/workflows/ release.yml aktualisiert 2025-02-26 00:03:37 +01:00
Yoshi
020c6f45d5 .gitea/workflows/ release.yml aktualisiert
All checks were successful
release / release (push) Successful in 24s
2025-02-25 23:47:11 +01:00
Yoshi
c7e203362c .gitea/workflows/ release.yml aktualisiert
Some checks failed
release / release (push) Failing after 23s
2025-02-25 23:46:03 +01:00
Yoshi
0f8197db8a .gitea/workflows/ release.yml aktualisiert
Some checks failed
release / release (push) Failing after 9s
2025-02-25 23:30:48 +01:00
Yoshi
5354139456 .gitea/workflows/ release.yml aktualisiert
Some checks failed
release / release (push) Failing after 8s
2025-02-25 23:28:27 +01:00
Yoshi
653c9f4503 .gitea/workflows/ release.yml aktualisiert
Some checks failed
release / release (push) Failing after 9s
2025-02-25 23:23:01 +01:00
Yoshi
b51a46f719 module.json aktualisiert 2025-02-25 23:07:43 +01:00
Yoshi
7e5bfca667 .gitea/workflows/ release.yml aktualisiert
All checks were successful
release / release (push) Successful in 23s
2025-02-25 23:04:57 +01:00
Yoshi
f8c0b89410 module.json aktualisiert
All checks were successful
release / release (push) Successful in 1m29s
2025-02-25 22:48:36 +01:00
Yoshi
bbb8ed7110 .gitea/workflows/ release.yml aktualisiert 2025-02-25 22:42:52 +01:00
Yoshi
99c2d7575a .gitea/workflows/release.yml aktualisiert 2025-02-25 22:42:00 +01:00
Yoshi
86b87cfc7c .gitea/workflows/release.yml aktualisiert 2025-02-25 22:41:41 +01:00
9e837c32b3 .gitea/workflows/release.yml aktualisiert
All checks were successful
release / release (push) Successful in 1m23s
2025-02-25 22:28:30 +01:00
46139cc4e1 fix: remove go jobs
Some checks failed
release / release (push) Failing after 7s
2025-02-25 22:25:42 +01:00
ce26ec331a Add gitea workflow file
Some checks failed
release / release (push) Failing after 1m34s
2025-02-25 22:12:55 +01:00
Peach
35d8bf7ee3 Updating package via script 2025-01-28 23:05:04 +01:00
Peach
3f315d3021 Updating package via script 2025-01-27 23:05:02 +01:00
100 changed files with 285 additions and 181 deletions

View File

@@ -0,0 +1,26 @@
name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- run: |
zip -r release.zip *
- name: Create Release
uses: https://gitea.com/actions/release-action@main
with:
files: |-
release.zip
api_key: '${{secrets.RELEASE_TOKEN}}'

View File

@@ -5,9 +5,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [To-Do-Liste]
### Geplant
- Hintergr<67>nde aus dem Abenteuer Die Abenteuer von Salzmarsch hinzuf<75>gen
## [1.1.55] - 2025-01-27
Erg<EFBFBD>nzungen aus der Kampagne "Dragonlance: im Schatten der Drachenk<6E>nigin" hinzugef<65>gt
- Rassen hinzugef<65>gt
- Kender (Dragonlance)
- Hintergr<67>nde hinzugef<65>gt
- Magier der Hochzauberei (Dragonlance)
- Ritter von Solamnia (Dragonlance)
- Talente hinzugef<65>gt
- Adept der roten Robe (Dragonlance)
- Adept der schwarzen Robe (Dragonlance)
- Adept der wei<65>en Robe (Dragonlance)
- Eingeweihter der Hochzauberei (Dragonlance)
- G<>ttlicher G<>nstling (Dragonlance)
- Knappe von Solamnia (Dragonlance)
- Ritter der Krone (Dragonlance)
- Ritter der Rose (Dragonlance)
- Ritter des Schwerts (Dragonlance)
- Subklassen hinzugef<65>gt
- Zauberer:
- Mondzauberei (Dragonlance)
## [1.1.53] - 2025-01-26
- Subklassen hinzugef<65>gt

View File

@@ -1,4 +1,5 @@
{
"id": "SharedData_global",
"title": "SharedData - Deutsche Kompendien",
"description": "Kompendien zu den verschiedensten Kategorien aus der Deutschen Ausgabe der Dungeons and Dragons Bücher. Aktuell werden Einträge aus den Büchern: Spielerhandbuch, Xanathars Ratgeber für alles, Volos Allmanach für Monster und The Wild beyound the Witchlight eingepflegt. Dieses Modul steht frei für jeden zur Verfügung. Bei manchen Einträgen könnten eventuell die Bilder fehlen. Dafür werden die Dateien aus dem Modul SharedData_resources benötigt",
"authors": [
@@ -6,16 +7,16 @@
"name": "Nibur"
}
],
"version": "1.1.54",
"version": "1.1.57",
"compatibility": {
"minimum": "11",
"verified": "12.331",
"maximum": "13"
},
"url": "https://gitlab.j-linn.de/Yoshi/germandndcompendium",
"manifest": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/raw/master/module.json",
"download": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/archive/v1.1.54/germandndcompendium-v1.1.54.zip",
"changelog": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/blob/master/changelog.md",
"url": "https://git.j-linn.de/PnP/germandndcompendium",
"manifest": "https://git.j-linn.de/PnP/germandndcompendium/src/branch/main/module.json",
"download": "https://git.j-linn.de/PnP/germandndcompendium/releases/download/v1.1.57/release.zip",
"changelog": "https://git.j-linn.de/PnP/germandndcompendium/src/branch/main/changelog.md",
"packs": [
{
"label": "Deutsch - Gegenstände",
@@ -114,6 +115,5 @@
"system": "dnd5e",
"path": "packs/Subclass"
}
],
"id": "SharedData_global"
]
}

View File

@@ -6,15 +6,15 @@
"name": "Nibur"
}
],
"version": "1.1.52",
"version": "1.1.55",
"compatibility": {
"minimum": "11",
"verified": "12.325",
"verified": "12.331",
"maximum": "13"
},
"url": "https://gitlab.j-linn.de/Yoshi/germandndcompendium",
"manifest": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/raw/master/module.json",
"download": "http://gitlab.j-linn.de/Yoshi/germandndcompendium/-/archive/v1.1.52/germandndcompendium-v1.1.52.zip",
"download": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/archive/v1.1.55/germandndcompendium-v1.1.55.zip",
"changelog": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/blob/master/changelog.md",
"packs": [
{

View File

@@ -1 +1 @@
MANIFEST-000435
MANIFEST-000439

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.230344 151b98143b38 Recovering log #433
2025/01/26-16:59:13.235851 151b98143b38 Delete type=3 #431
2025/01/26-16:59:13.236294 151b98143b38 Delete type=0 #433
2025/01/28-18:46:21.893003 151b9874cb38 Recovering log #437
2025/01/28-18:46:21.897590 151b9874cb38 Delete type=3 #435
2025/01/28-18:46:21.897892 151b9874cb38 Delete type=0 #437

View File

@@ -1,8 +1,8 @@
2025/01/22-08:11:34.665543 151b9874cb38 Recovering log #429
2025/01/22-08:11:34.670922 151b9874cb38 Delete type=3 #427
2025/01/22-08:11:34.671359 151b9874cb38 Delete type=0 #429
2025/01/26-16:57:21.083285 151697795b38 Level-0 table #434: started
2025/01/26-16:57:21.083810 151697795b38 Level-0 table #434: 0 bytes OK
2025/01/26-16:57:21.086253 151697795b38 Delete type=0 #432
2025/01/26-16:57:21.090519 151697795b38 Manual compaction at level-0 from '!actors!1q5BZikhOjVFZGnn' @ 72057594037927935 : 1 .. '!actors.items!zXGCmdQIE5Q4nCVF.WxNOg72y9U1j5ypu' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.090932 151697795b38 Manual compaction at level-1 from '!actors!1q5BZikhOjVFZGnn' @ 72057594037927935 : 1 .. '!actors.items!zXGCmdQIE5Q4nCVF.WxNOg72y9U1j5ypu' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.230344 151b98143b38 Recovering log #433
2025/01/26-16:59:13.235851 151b98143b38 Delete type=3 #431
2025/01/26-16:59:13.236294 151b98143b38 Delete type=0 #433
2025/01/28-18:46:10.988847 151697795b38 Level-0 table #438: started
2025/01/28-18:46:10.989097 151697795b38 Level-0 table #438: 0 bytes OK
2025/01/28-18:46:10.990596 151697795b38 Delete type=0 #436
2025/01/28-18:46:11.109462 151697795b38 Manual compaction at level-0 from '!actors!1q5BZikhOjVFZGnn' @ 72057594037927935 : 1 .. '!actors.items!zXGCmdQIE5Q4nCVF.WxNOg72y9U1j5ypu' @ 0 : 0; will stop at (end)
2025/01/28-18:46:11.119520 151697795b38 Manual compaction at level-1 from '!actors!1q5BZikhOjVFZGnn' @ 72057594037927935 : 1 .. '!actors.items!zXGCmdQIE5Q4nCVF.WxNOg72y9U1j5ypu' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000429
MANIFEST-000433

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.261632 151b9874cb38 Recovering log #427
2025/01/26-16:59:13.266742 151b9874cb38 Delete type=3 #425
2025/01/26-16:59:13.267141 151b9874cb38 Delete type=0 #427
2025/01/28-18:46:21.918132 151b98143b38 Recovering log #431
2025/01/28-18:46:21.922971 151b98143b38 Delete type=3 #429
2025/01/28-18:46:21.923351 151b98143b38 Delete type=0 #431

View File

@@ -1,8 +1,8 @@
2025/01/22-08:11:34.696576 151b98346b38 Recovering log #423
2025/01/22-08:11:34.701799 151b98346b38 Delete type=3 #421
2025/01/22-08:11:34.702230 151b98346b38 Delete type=0 #423
2025/01/26-16:57:21.086816 151697795b38 Level-0 table #428: started
2025/01/26-16:57:21.087198 151697795b38 Level-0 table #428: 0 bytes OK
2025/01/26-16:57:21.089416 151697795b38 Delete type=0 #426
2025/01/26-16:57:21.090638 151697795b38 Manual compaction at level-0 from '!items!01DyrhYzKrLv7R1s' @ 72057594037927935 : 1 .. '!items!vfDUD7zQGmvmSrwt' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.091070 151697795b38 Manual compaction at level-1 from '!items!01DyrhYzKrLv7R1s' @ 72057594037927935 : 1 .. '!items!vfDUD7zQGmvmSrwt' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.261632 151b9874cb38 Recovering log #427
2025/01/26-16:59:13.266742 151b9874cb38 Delete type=3 #425
2025/01/26-16:59:13.267141 151b9874cb38 Delete type=0 #427
2025/01/28-18:46:10.652771 151697795b38 Level-0 table #432: started
2025/01/28-18:46:10.653054 151697795b38 Level-0 table #432: 0 bytes OK
2025/01/28-18:46:10.654734 151697795b38 Delete type=0 #430
2025/01/28-18:46:10.655159 151697795b38 Manual compaction at level-0 from '!items!01DyrhYzKrLv7R1s' @ 72057594037927935 : 1 .. '!items!vfDUD7zQGmvmSrwt' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.655384 151697795b38 Manual compaction at level-1 from '!items!01DyrhYzKrLv7R1s' @ 72057594037927935 : 1 .. '!items!vfDUD7zQGmvmSrwt' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000439
MANIFEST-000444

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.275336 151b98346b38 Recovering log #437
2025/01/26-16:59:13.280897 151b98346b38 Delete type=3 #435
2025/01/26-16:59:13.281321 151b98346b38 Delete type=0 #437
2025/01/28-18:46:21.929992 151b98549b38 Recovering log #441
2025/01/28-18:46:21.934607 151b98549b38 Delete type=3 #439
2025/01/28-18:46:21.935027 151b98549b38 Delete type=0 #441

View File

@@ -1,8 +1,15 @@
2025/01/22-08:11:34.709784 151b98549b38 Recovering log #433
2025/01/22-08:11:34.723164 151b98549b38 Delete type=3 #431
2025/01/22-08:11:34.723638 151b98549b38 Delete type=0 #433
2025/01/26-16:57:21.091689 151697795b38 Level-0 table #438: started
2025/01/26-16:57:21.092210 151697795b38 Level-0 table #438: 0 bytes OK
2025/01/26-16:57:21.094060 151697795b38 Delete type=0 #436
2025/01/26-16:57:21.103004 151697795b38 Manual compaction at level-0 from '!folders!DIZLumgLGPUAHMW3' @ 72057594037927935 : 1 .. '!items!yzTZRtm2Hx3jWT1U' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.103323 151697795b38 Manual compaction at level-1 from '!folders!DIZLumgLGPUAHMW3' @ 72057594037927935 : 1 .. '!items!yzTZRtm2Hx3jWT1U' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.275336 151b98346b38 Recovering log #437
2025/01/26-16:59:13.280897 151b98346b38 Delete type=3 #435
2025/01/26-16:59:13.281321 151b98346b38 Delete type=0 #437
2025/01/28-18:46:10.871800 151697795b38 Level-0 table #442: started
2025/01/28-18:46:10.874399 151697795b38 Level-0 table #442: 11057 bytes OK
2025/01/28-18:46:10.875976 151697795b38 Delete type=0 #440
2025/01/28-18:46:10.878492 151697795b38 Manual compaction at level-0 from '!folders!DIZLumgLGPUAHMW3' @ 72057594037927935 : 1 .. '!items!yzTZRtm2Hx3jWT1U' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.881014 151697795b38 Manual compaction at level-1 from '!folders!DIZLumgLGPUAHMW3' @ 72057594037927935 : 1 .. '!items!yzTZRtm2Hx3jWT1U' @ 0 : 0; will stop at '!items!qD5T2gUP3JB45e9q' @ 161 : 1
2025/01/28-18:46:10.881070 151697795b38 Compacting 1@1 + 1@2 files
2025/01/28-18:46:10.890519 151697795b38 Generated table #443@1: 38 keys, 116777 bytes
2025/01/28-18:46:10.890588 151697795b38 Compacted 1@1 + 1@2 files => 116777 bytes
2025/01/28-18:46:10.892024 151697795b38 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/01/28-18:46:10.892462 151697795b38 Delete type=2 #418
2025/01/28-18:46:10.892933 151697795b38 Delete type=2 #442
2025/01/28-18:46:10.896437 151697795b38 Manual compaction at level-1 from '!items!qD5T2gUP3JB45e9q' @ 161 : 1 .. '!items!yzTZRtm2Hx3jWT1U' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

BIN
packs/Klassen/000476.log Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000470
MANIFEST-000475

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.246430 151b98549b38 Recovering log #468
2025/01/26-16:59:13.251676 151b98549b38 Delete type=3 #466
2025/01/26-16:59:13.252108 151b98549b38 Delete type=0 #468
2025/01/28-18:46:21.905586 151b98346b38 Recovering log #472
2025/01/28-18:46:21.909758 151b98346b38 Delete type=3 #470
2025/01/28-18:46:21.910061 151b98346b38 Delete type=0 #472

View File

@@ -1,8 +1,15 @@
2025/01/22-08:11:34.681470 151b98143b38 Recovering log #464
2025/01/22-08:11:34.686472 151b98143b38 Delete type=3 #462
2025/01/22-08:11:34.686976 151b98143b38 Delete type=0 #464
2025/01/26-16:57:21.080393 151697795b38 Level-0 table #469: started
2025/01/26-16:57:21.080786 151697795b38 Level-0 table #469: 0 bytes OK
2025/01/26-16:57:21.082758 151697795b38 Delete type=0 #467
2025/01/26-16:57:21.090436 151697795b38 Manual compaction at level-0 from '!items!5gWAVCw3Jy5f4lFZ' @ 72057594037927935 : 1 .. '!items!wos3NBbXUC19GQuy' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.090823 151697795b38 Manual compaction at level-1 from '!items!5gWAVCw3Jy5f4lFZ' @ 72057594037927935 : 1 .. '!items!wos3NBbXUC19GQuy' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.246430 151b98549b38 Recovering log #468
2025/01/26-16:59:13.251676 151b98549b38 Delete type=3 #466
2025/01/26-16:59:13.252108 151b98549b38 Delete type=0 #468
2025/01/28-18:46:10.700750 151697795b38 Level-0 table #473: started
2025/01/28-18:46:10.703224 151697795b38 Level-0 table #473: 4730 bytes OK
2025/01/28-18:46:10.704888 151697795b38 Delete type=0 #471
2025/01/28-18:46:10.713785 151697795b38 Manual compaction at level-0 from '!items!5gWAVCw3Jy5f4lFZ' @ 72057594037927935 : 1 .. '!items!wos3NBbXUC19GQuy' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.790749 151697795b38 Manual compaction at level-1 from '!items!5gWAVCw3Jy5f4lFZ' @ 72057594037927935 : 1 .. '!items!wos3NBbXUC19GQuy' @ 0 : 0; will stop at '!items!o1EarxRLpEfzbznb' @ 1078 : 1
2025/01/28-18:46:10.790810 151697795b38 Compacting 1@1 + 1@2 files
2025/01/28-18:46:10.797442 151697795b38 Generated table #474@1: 14 keys, 74728 bytes
2025/01/28-18:46:10.797499 151697795b38 Compacted 1@1 + 1@2 files => 74728 bytes
2025/01/28-18:46:10.799324 151697795b38 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/01/28-18:46:10.799870 151697795b38 Delete type=2 #461
2025/01/28-18:46:10.800271 151697795b38 Delete type=2 #473
2025/01/28-18:46:10.820888 151697795b38 Manual compaction at level-1 from '!items!o1EarxRLpEfzbznb' @ 1078 : 1 .. '!items!wos3NBbXUC19GQuy' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000445
MANIFEST-000450

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.290561 151b98143b38 Recovering log #443
2025/01/26-16:59:13.295675 151b98143b38 Delete type=3 #441
2025/01/26-16:59:13.296009 151b98143b38 Delete type=0 #443
2025/01/28-18:46:21.943736 151b9874cb38 Recovering log #447
2025/01/28-18:46:21.948282 151b9874cb38 Delete type=3 #445
2025/01/28-18:46:21.948589 151b9874cb38 Delete type=0 #447

View File

@@ -1,8 +1,15 @@
2025/01/22-08:11:34.732714 151b9874cb38 Recovering log #439
2025/01/22-08:11:34.738186 151b9874cb38 Delete type=3 #437
2025/01/22-08:11:34.738606 151b9874cb38 Delete type=0 #439
2025/01/26-16:57:21.094370 151697795b38 Level-0 table #444: started
2025/01/26-16:57:21.094636 151697795b38 Level-0 table #444: 0 bytes OK
2025/01/26-16:57:21.096280 151697795b38 Delete type=0 #442
2025/01/26-16:57:21.103089 151697795b38 Manual compaction at level-0 from '!folders!BWQPdQrRHWnuICw6' @ 72057594037927935 : 1 .. '!items.effects!voADvc2QNwwq7hXV.U3so0zDcVt4sIBRz' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.103410 151697795b38 Manual compaction at level-1 from '!folders!BWQPdQrRHWnuICw6' @ 72057594037927935 : 1 .. '!items.effects!voADvc2QNwwq7hXV.U3so0zDcVt4sIBRz' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.290561 151b98143b38 Recovering log #443
2025/01/26-16:59:13.295675 151b98143b38 Delete type=3 #441
2025/01/26-16:59:13.296009 151b98143b38 Delete type=0 #443
2025/01/28-18:46:10.655728 151697795b38 Level-0 table #448: started
2025/01/28-18:46:10.698497 151697795b38 Level-0 table #448: 679389 bytes OK
2025/01/28-18:46:10.700147 151697795b38 Delete type=0 #446
2025/01/28-18:46:10.713734 151697795b38 Manual compaction at level-0 from '!folders!BWQPdQrRHWnuICw6' @ 72057594037927935 : 1 .. '!items.effects!voADvc2QNwwq7hXV.U3so0zDcVt4sIBRz' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.713926 151697795b38 Manual compaction at level-1 from '!folders!BWQPdQrRHWnuICw6' @ 72057594037927935 : 1 .. '!items.effects!voADvc2QNwwq7hXV.U3so0zDcVt4sIBRz' @ 0 : 0; will stop at '!items!zzbOxX2wIEvrwIO0' @ 3166 : 1
2025/01/28-18:46:10.713975 151697795b38 Compacting 1@1 + 1@2 files
2025/01/28-18:46:10.786650 151697795b38 Generated table #449@1: 564 keys, 875714 bytes
2025/01/28-18:46:10.786704 151697795b38 Compacted 1@1 + 1@2 files => 875714 bytes
2025/01/28-18:46:10.788568 151697795b38 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/01/28-18:46:10.789207 151697795b38 Delete type=2 #378
2025/01/28-18:46:10.790301 151697795b38 Delete type=2 #448
2025/01/28-18:46:10.820822 151697795b38 Manual compaction at level-1 from '!items!zzbOxX2wIEvrwIO0' @ 3166 : 1 .. '!items.effects!voADvc2QNwwq7hXV.U3so0zDcVt4sIBRz' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000470
MANIFEST-000474

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.197549 151b98143b38 Recovering log #468
2025/01/26-16:59:13.202821 151b98143b38 Delete type=3 #466
2025/01/26-16:59:13.203276 151b98143b38 Delete type=0 #468
2025/01/28-18:46:21.860286 151b9874cb38 Recovering log #472
2025/01/28-18:46:21.866950 151b9874cb38 Delete type=3 #470
2025/01/28-18:46:21.867275 151b9874cb38 Delete type=0 #472

View File

@@ -1,8 +1,8 @@
2025/01/22-08:11:34.631774 151b9874cb38 Recovering log #464
2025/01/22-08:11:34.636933 151b9874cb38 Delete type=3 #462
2025/01/22-08:11:34.637375 151b9874cb38 Delete type=0 #464
2025/01/26-16:57:21.077672 151697795b38 Level-0 table #469: started
2025/01/26-16:57:21.078102 151697795b38 Level-0 table #469: 0 bytes OK
2025/01/26-16:57:21.079895 151697795b38 Delete type=0 #467
2025/01/26-16:57:21.090346 151697795b38 Manual compaction at level-0 from '!actors!0X5BIXljS9rExYhn' @ 72057594037927935 : 1 .. '!actors.items.effects!zuxH2n5UmY3IH1Z5.mLCVZW3QAgEO5hmu.uM6rgctYpcbCVSkn' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.090739 151697795b38 Manual compaction at level-1 from '!actors!0X5BIXljS9rExYhn' @ 72057594037927935 : 1 .. '!actors.items.effects!zuxH2n5UmY3IH1Z5.mLCVZW3QAgEO5hmu.uM6rgctYpcbCVSkn' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.197549 151b98143b38 Recovering log #468
2025/01/26-16:59:13.202821 151b98143b38 Delete type=3 #466
2025/01/26-16:59:13.203276 151b98143b38 Delete type=0 #468
2025/01/28-18:46:10.903849 151697795b38 Level-0 table #473: started
2025/01/28-18:46:10.904176 151697795b38 Level-0 table #473: 0 bytes OK
2025/01/28-18:46:10.905887 151697795b38 Delete type=0 #471
2025/01/28-18:46:10.909203 151697795b38 Manual compaction at level-0 from '!actors!0X5BIXljS9rExYhn' @ 72057594037927935 : 1 .. '!actors.items.effects!zuxH2n5UmY3IH1Z5.mLCVZW3QAgEO5hmu.uM6rgctYpcbCVSkn' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.924234 151697795b38 Manual compaction at level-1 from '!actors!0X5BIXljS9rExYhn' @ 72057594037927935 : 1 .. '!actors.items.effects!zuxH2n5UmY3IH1Z5.mLCVZW3QAgEO5hmu.uM6rgctYpcbCVSkn' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000448
MANIFEST-000452

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.312303 151b9874cb38 Recovering log #446
2025/01/26-16:59:13.317757 151b9874cb38 Delete type=3 #444
2025/01/26-16:59:13.318171 151b9874cb38 Delete type=0 #446
2025/01/28-18:46:21.962348 151b98346b38 Recovering log #450
2025/01/28-18:46:21.967285 151b98346b38 Delete type=3 #448
2025/01/28-18:46:21.967585 151b98346b38 Delete type=0 #450

View File

@@ -1,8 +1,8 @@
2025/01/22-08:11:34.756156 151b98143b38 Recovering log #442
2025/01/22-08:11:34.762964 151b98143b38 Delete type=3 #440
2025/01/22-08:11:34.763395 151b98143b38 Delete type=0 #442
2025/01/26-16:57:21.097026 151697795b38 Level-0 table #447: started
2025/01/26-16:57:21.097469 151697795b38 Level-0 table #447: 0 bytes OK
2025/01/26-16:57:21.099316 151697795b38 Delete type=0 #445
2025/01/26-16:57:21.103168 151697795b38 Manual compaction at level-0 from '!items!054H0KJ7pNmQR1et' @ 72057594037927935 : 1 .. '!items!zjCYHhRrQKILD1f3' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.103495 151697795b38 Manual compaction at level-1 from '!items!054H0KJ7pNmQR1et' @ 72057594037927935 : 1 .. '!items!zjCYHhRrQKILD1f3' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.312303 151b9874cb38 Recovering log #446
2025/01/26-16:59:13.317757 151b9874cb38 Delete type=3 #444
2025/01/26-16:59:13.318171 151b9874cb38 Delete type=0 #446
2025/01/28-18:46:10.705366 151697795b38 Level-0 table #451: started
2025/01/28-18:46:10.705700 151697795b38 Level-0 table #451: 0 bytes OK
2025/01/28-18:46:10.707408 151697795b38 Delete type=0 #449
2025/01/28-18:46:10.713828 151697795b38 Manual compaction at level-0 from '!items!054H0KJ7pNmQR1et' @ 72057594037927935 : 1 .. '!items!zjCYHhRrQKILD1f3' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.800657 151697795b38 Manual compaction at level-1 from '!items!054H0KJ7pNmQR1et' @ 72057594037927935 : 1 .. '!items!zjCYHhRrQKILD1f3' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000443
MANIFEST-000447

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.392109 151b9874cb38 Recovering log #441
2025/01/26-16:59:13.397427 151b9874cb38 Delete type=3 #439
2025/01/26-16:59:13.397929 151b9874cb38 Delete type=0 #441
2025/01/28-18:46:22.033726 151b98143b38 Recovering log #445
2025/01/28-18:46:22.038829 151b98143b38 Delete type=3 #443
2025/01/28-18:46:22.039231 151b98143b38 Delete type=0 #445

View File

@@ -1,8 +1,8 @@
2025/01/22-08:11:34.852746 151b98346b38 Recovering log #437
2025/01/22-08:11:34.858457 151b98346b38 Delete type=3 #435
2025/01/22-08:11:34.858871 151b98346b38 Delete type=0 #437
2025/01/26-16:57:21.112821 151697795b38 Level-0 table #442: started
2025/01/26-16:57:21.113208 151697795b38 Level-0 table #442: 0 bytes OK
2025/01/26-16:57:21.115321 151697795b38 Delete type=0 #440
2025/01/26-16:57:21.116297 151697795b38 Manual compaction at level-0 from '!journal!2hcs8pJVxFWNR8rN' @ 72057594037927935 : 1 .. '!journal.pages!uDmhVlOV827eMx1p.CqG8EEwdxnZ3R02r' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.116739 151697795b38 Manual compaction at level-1 from '!journal!2hcs8pJVxFWNR8rN' @ 72057594037927935 : 1 .. '!journal.pages!uDmhVlOV827eMx1p.CqG8EEwdxnZ3R02r' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.392109 151b9874cb38 Recovering log #441
2025/01/26-16:59:13.397427 151b9874cb38 Delete type=3 #439
2025/01/26-16:59:13.397929 151b9874cb38 Delete type=0 #441
2025/01/28-18:46:10.831124 151697795b38 Level-0 table #446: started
2025/01/28-18:46:10.831523 151697795b38 Level-0 table #446: 0 bytes OK
2025/01/28-18:46:10.834031 151697795b38 Delete type=0 #444
2025/01/28-18:46:10.843134 151697795b38 Manual compaction at level-0 from '!journal!2hcs8pJVxFWNR8rN' @ 72057594037927935 : 1 .. '!journal.pages!uDmhVlOV827eMx1p.CqG8EEwdxnZ3R02r' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.849717 151697795b38 Manual compaction at level-1 from '!journal!2hcs8pJVxFWNR8rN' @ 72057594037927935 : 1 .. '!journal.pages!uDmhVlOV827eMx1p.CqG8EEwdxnZ3R02r' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/Subclass/000466.log Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000460
MANIFEST-000465

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.406787 151b98549b38 Recovering log #458
2025/01/26-16:59:13.411966 151b98549b38 Delete type=3 #456
2025/01/26-16:59:13.412405 151b98549b38 Delete type=0 #458
2025/01/28-18:46:22.047272 151b98549b38 Recovering log #462
2025/01/28-18:46:22.051919 151b98549b38 Delete type=3 #460
2025/01/28-18:46:22.052285 151b98549b38 Delete type=0 #462

View File

@@ -1,8 +1,15 @@
2025/01/22-08:11:34.867018 151b98549b38 Recovering log #454
2025/01/22-08:11:34.871791 151b98549b38 Delete type=3 #452
2025/01/22-08:11:34.872183 151b98549b38 Delete type=0 #454
2025/01/26-16:57:21.120337 151697795b38 Level-0 table #459: started
2025/01/26-16:57:21.120686 151697795b38 Level-0 table #459: 0 bytes OK
2025/01/26-16:57:21.122486 151697795b38 Delete type=0 #457
2025/01/26-16:57:21.128501 151697795b38 Manual compaction at level-0 from '!folders!04CT8kyiGlYrds8g' @ 72057594037927935 : 1 .. '!items!zGEVAPrB7zDwxRKu' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.128730 151697795b38 Manual compaction at level-1 from '!folders!04CT8kyiGlYrds8g' @ 72057594037927935 : 1 .. '!items!zGEVAPrB7zDwxRKu' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.406787 151b98549b38 Recovering log #458
2025/01/26-16:59:13.411966 151b98549b38 Delete type=3 #456
2025/01/26-16:59:13.412405 151b98549b38 Delete type=0 #458
2025/01/28-18:46:10.834557 151697795b38 Level-0 table #463: started
2025/01/28-18:46:10.838014 151697795b38 Level-0 table #463: 6269 bytes OK
2025/01/28-18:46:10.839784 151697795b38 Delete type=0 #461
2025/01/28-18:46:10.843213 151697795b38 Manual compaction at level-0 from '!folders!04CT8kyiGlYrds8g' @ 72057594037927935 : 1 .. '!items!zGEVAPrB7zDwxRKu' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.849804 151697795b38 Manual compaction at level-1 from '!folders!04CT8kyiGlYrds8g' @ 72057594037927935 : 1 .. '!items!zGEVAPrB7zDwxRKu' @ 0 : 0; will stop at '!items!hhJLVkkfDWVT8bre' @ 1852 : 1
2025/01/28-18:46:10.849877 151697795b38 Compacting 1@1 + 1@2 files
2025/01/28-18:46:10.866854 151697795b38 Generated table #464@1: 123 keys, 268630 bytes
2025/01/28-18:46:10.866929 151697795b38 Compacted 1@1 + 1@2 files => 268630 bytes
2025/01/28-18:46:10.868324 151697795b38 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/01/28-18:46:10.868802 151697795b38 Delete type=2 #435
2025/01/28-18:46:10.869229 151697795b38 Delete type=2 #463
2025/01/28-18:46:10.876293 151697795b38 Manual compaction at level-1 from '!items!hhJLVkkfDWVT8bre' @ 1852 : 1 .. '!items!zGEVAPrB7zDwxRKu' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packs/Talente/000449.ldb Normal file

Binary file not shown.

BIN
packs/Talente/000451.log Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000445
MANIFEST-000450

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.344037 151b98549b38 Recovering log #443
2025/01/26-16:59:13.349300 151b98549b38 Delete type=3 #441
2025/01/26-16:59:13.349710 151b98549b38 Delete type=0 #443
2025/01/28-18:46:21.991143 151b98549b38 Recovering log #447
2025/01/28-18:46:21.996099 151b98549b38 Delete type=3 #445
2025/01/28-18:46:21.996554 151b98549b38 Delete type=0 #447

View File

@@ -1,8 +1,15 @@
2025/01/22-08:11:34.791172 151b98549b38 Recovering log #439
2025/01/22-08:11:34.797909 151b98549b38 Delete type=3 #437
2025/01/22-08:11:34.798301 151b98549b38 Delete type=0 #439
2025/01/26-16:57:21.104085 151697795b38 Level-0 table #444: started
2025/01/26-16:57:21.104564 151697795b38 Level-0 table #444: 0 bytes OK
2025/01/26-16:57:21.106394 151697795b38 Delete type=0 #442
2025/01/26-16:57:21.116020 151697795b38 Manual compaction at level-0 from '!folders!0vbGieFmut9LaMme' @ 72057594037927935 : 1 .. '!items.effects!gJ9MDWxs5Jvo4SVY.ME8XeMYwblE76Fiz' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.116400 151697795b38 Manual compaction at level-1 from '!folders!0vbGieFmut9LaMme' @ 72057594037927935 : 1 .. '!items.effects!gJ9MDWxs5Jvo4SVY.ME8XeMYwblE76Fiz' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.344037 151b98549b38 Recovering log #443
2025/01/26-16:59:13.349300 151b98549b38 Delete type=3 #441
2025/01/26-16:59:13.349710 151b98549b38 Delete type=0 #443
2025/01/28-18:46:10.896653 151697795b38 Level-0 table #448: started
2025/01/28-18:46:10.901335 151697795b38 Level-0 table #448: 40184 bytes OK
2025/01/28-18:46:10.903221 151697795b38 Delete type=0 #446
2025/01/28-18:46:10.909049 151697795b38 Manual compaction at level-0 from '!folders!0vbGieFmut9LaMme' @ 72057594037927935 : 1 .. '!items.effects!gJ9MDWxs5Jvo4SVY.ME8XeMYwblE76Fiz' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.909448 151697795b38 Manual compaction at level-1 from '!folders!0vbGieFmut9LaMme' @ 72057594037927935 : 1 .. '!items.effects!gJ9MDWxs5Jvo4SVY.ME8XeMYwblE76Fiz' @ 0 : 0; will stop at '!items!uNfJhg4Z0eQDtotw' @ 483 : 1
2025/01/28-18:46:10.909557 151697795b38 Compacting 1@1 + 1@2 files
2025/01/28-18:46:10.921669 151697795b38 Generated table #449@1: 100 keys, 138191 bytes
2025/01/28-18:46:10.921729 151697795b38 Compacted 1@1 + 1@2 files => 138191 bytes
2025/01/28-18:46:10.923028 151697795b38 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/01/28-18:46:10.923417 151697795b38 Delete type=2 #378
2025/01/28-18:46:10.923933 151697795b38 Delete type=2 #448
2025/01/28-18:46:10.979637 151697795b38 Manual compaction at level-1 from '!items!uNfJhg4Z0eQDtotw' @ 483 : 1 .. '!items.effects!gJ9MDWxs5Jvo4SVY.ME8XeMYwblE76Fiz' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packs/Voelker/000448.log Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000442
MANIFEST-000447

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.329087 151b98346b38 Recovering log #440
2025/01/26-16:59:13.334309 151b98346b38 Delete type=3 #438
2025/01/26-16:59:13.334671 151b98346b38 Delete type=0 #440
2025/01/28-18:46:21.977851 151b98143b38 Recovering log #444
2025/01/28-18:46:21.982707 151b98143b38 Delete type=3 #442
2025/01/28-18:46:21.983161 151b98143b38 Delete type=0 #444

View File

@@ -1,8 +1,15 @@
2025/01/22-08:11:34.773712 151b98346b38 Recovering log #436
2025/01/22-08:11:34.780438 151b98346b38 Delete type=3 #434
2025/01/22-08:11:34.780888 151b98346b38 Delete type=0 #436
2025/01/26-16:57:21.099825 151697795b38 Level-0 table #441: started
2025/01/26-16:57:21.100157 151697795b38 Level-0 table #441: 0 bytes OK
2025/01/26-16:57:21.102351 151697795b38 Delete type=0 #439
2025/01/26-16:57:21.103232 151697795b38 Manual compaction at level-0 from '!folders!J3YPSxGoEge8w12d' @ 72057594037927935 : 1 .. '!items!z7E6KXtnZph7aPFX' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.103577 151697795b38 Manual compaction at level-1 from '!folders!J3YPSxGoEge8w12d' @ 72057594037927935 : 1 .. '!items!z7E6KXtnZph7aPFX' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.329087 151b98346b38 Recovering log #440
2025/01/26-16:59:13.334309 151b98346b38 Delete type=3 #438
2025/01/26-16:59:13.334671 151b98346b38 Delete type=0 #440
2025/01/28-18:46:10.707822 151697795b38 Level-0 table #445: started
2025/01/28-18:46:10.711950 151697795b38 Level-0 table #445: 27616 bytes OK
2025/01/28-18:46:10.713398 151697795b38 Delete type=0 #443
2025/01/28-18:46:10.713870 151697795b38 Manual compaction at level-0 from '!folders!J3YPSxGoEge8w12d' @ 72057594037927935 : 1 .. '!items!z7E6KXtnZph7aPFX' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.800715 151697795b38 Manual compaction at level-1 from '!folders!J3YPSxGoEge8w12d' @ 72057594037927935 : 1 .. '!items!z7E6KXtnZph7aPFX' @ 0 : 0; will stop at '!items!tfiz9qK51WIFep5x' @ 794 : 1
2025/01/28-18:46:10.800774 151697795b38 Compacting 1@1 + 1@2 files
2025/01/28-18:46:10.817315 151697795b38 Generated table #446@1: 95 keys, 191188 bytes
2025/01/28-18:46:10.817389 151697795b38 Compacted 1@1 + 1@2 files => 191188 bytes
2025/01/28-18:46:10.819293 151697795b38 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/01/28-18:46:10.819739 151697795b38 Delete type=2 #395
2025/01/28-18:46:10.820442 151697795b38 Delete type=2 #445
2025/01/28-18:46:10.831060 151697795b38 Manual compaction at level-1 from '!items!tfiz9qK51WIFep5x' @ 794 : 1 .. '!items!z7E6KXtnZph7aPFX' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

BIN
packs/Zauber/000460.log Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000454
MANIFEST-000459

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.358872 151b98143b38 Recovering log #452
2025/01/26-16:59:13.363617 151b98143b38 Delete type=3 #450
2025/01/26-16:59:13.363983 151b98143b38 Delete type=0 #452
2025/01/28-18:46:22.005066 151b9874cb38 Recovering log #456
2025/01/28-18:46:22.009430 151b9874cb38 Delete type=3 #454
2025/01/28-18:46:22.009805 151b9874cb38 Delete type=0 #456

View File

@@ -1,8 +1,15 @@
2025/01/22-08:11:34.806566 151b9874cb38 Recovering log #448
2025/01/22-08:11:34.812540 151b9874cb38 Delete type=3 #446
2025/01/22-08:11:34.812921 151b9874cb38 Delete type=0 #448
2025/01/26-16:57:21.106771 151697795b38 Level-0 table #453: started
2025/01/26-16:57:21.107057 151697795b38 Level-0 table #453: 0 bytes OK
2025/01/26-16:57:21.108896 151697795b38 Delete type=0 #451
2025/01/26-16:57:21.116112 151697795b38 Manual compaction at level-0 from '!folders!07aIzodu1GwejcJY' @ 72057594037927935 : 1 .. '!items.effects!mATSgRKeq04EE15n.8rP3gwmXVTgZqYZE' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.116508 151697795b38 Manual compaction at level-1 from '!folders!07aIzodu1GwejcJY' @ 72057594037927935 : 1 .. '!items.effects!mATSgRKeq04EE15n.8rP3gwmXVTgZqYZE' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.358872 151b98143b38 Recovering log #452
2025/01/26-16:59:13.363617 151b98143b38 Delete type=3 #450
2025/01/26-16:59:13.363983 151b98143b38 Delete type=0 #452
2025/01/28-18:46:11.119599 151697795b38 Level-0 table #457: started
2025/01/28-18:46:11.122933 151697795b38 Level-0 table #457: 3040 bytes OK
2025/01/28-18:46:11.125120 151697795b38 Delete type=0 #455
2025/01/28-18:46:11.230532 151697795b38 Manual compaction at level-0 from '!folders!07aIzodu1GwejcJY' @ 72057594037927935 : 1 .. '!items.effects!mATSgRKeq04EE15n.8rP3gwmXVTgZqYZE' @ 0 : 0; will stop at (end)
2025/01/28-18:46:11.235829 151697795b38 Manual compaction at level-1 from '!folders!07aIzodu1GwejcJY' @ 72057594037927935 : 1 .. '!items.effects!mATSgRKeq04EE15n.8rP3gwmXVTgZqYZE' @ 0 : 0; will stop at '!items!Q7SodFmOmSTDdRfH' @ 4602 : 1
2025/01/28-18:46:11.235888 151697795b38 Compacting 1@1 + 1@2 files
2025/01/28-18:46:11.314112 151697795b38 Generated table #458@1: 583 keys, 861657 bytes
2025/01/28-18:46:11.314163 151697795b38 Compacted 1@1 + 1@2 files => 861657 bytes
2025/01/28-18:46:11.315696 151697795b38 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/01/28-18:46:11.316513 151697795b38 Delete type=2 #445
2025/01/28-18:46:11.317421 151697795b38 Delete type=2 #457
2025/01/28-18:46:11.340569 151697795b38 Manual compaction at level-1 from '!items!Q7SodFmOmSTDdRfH' @ 4602 : 1 .. '!items.effects!mATSgRKeq04EE15n.8rP3gwmXVTgZqYZE' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

BIN
packs/item/000471.log Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000466
MANIFEST-000470

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.173904 151b98549b38 Recovering log #464
2025/01/26-16:59:13.179261 151b98549b38 Delete type=3 #462
2025/01/26-16:59:13.179621 151b98549b38 Delete type=0 #464
2025/01/28-18:46:21.839794 151b98346b38 Recovering log #468
2025/01/28-18:46:21.843765 151b98346b38 Delete type=3 #466
2025/01/28-18:46:21.844056 151b98346b38 Delete type=0 #468

View File

@@ -1,8 +1,8 @@
2025/01/22-08:11:34.605753 151b98143b38 Recovering log #460
2025/01/22-08:11:34.613620 151b98143b38 Delete type=3 #458
2025/01/22-08:11:34.614129 151b98143b38 Delete type=0 #460
2025/01/26-16:57:21.074193 151697795b38 Level-0 table #465: started
2025/01/26-16:57:21.074595 151697795b38 Level-0 table #465: 0 bytes OK
2025/01/26-16:57:21.076348 151697795b38 Delete type=0 #463
2025/01/26-16:57:21.076974 151697795b38 Manual compaction at level-0 from '!items!09oaIXVsjiyk6wsW' @ 72057594037927935 : 1 .. '!items.effects!stTKqsu4AYuVM7qV.enS1kepXAnNueavn' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.077290 151697795b38 Manual compaction at level-1 from '!items!09oaIXVsjiyk6wsW' @ 72057594037927935 : 1 .. '!items.effects!stTKqsu4AYuVM7qV.enS1kepXAnNueavn' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.173904 151b98549b38 Recovering log #464
2025/01/26-16:59:13.179261 151b98549b38 Delete type=3 #462
2025/01/26-16:59:13.179621 151b98549b38 Delete type=0 #464
2025/01/28-18:46:10.641533 151697795b38 Level-0 table #469: started
2025/01/28-18:46:10.641820 151697795b38 Level-0 table #469: 0 bytes OK
2025/01/28-18:46:10.643207 151697795b38 Delete type=0 #467
2025/01/28-18:46:10.645569 151697795b38 Manual compaction at level-0 from '!items!09oaIXVsjiyk6wsW' @ 72057594037927935 : 1 .. '!items.effects!stTKqsu4AYuVM7qV.enS1kepXAnNueavn' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.645762 151697795b38 Manual compaction at level-1 from '!items!09oaIXVsjiyk6wsW' @ 72057594037927935 : 1 .. '!items.effects!stTKqsu4AYuVM7qV.enS1kepXAnNueavn' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/readme/000266.ldb Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000262
MANIFEST-000267

View File

@@ -1,3 +1,3 @@
2025/01/26-16:59:13.378448 151b9874cb38 Recovering log #260
2025/01/26-16:59:13.383010 151b9874cb38 Delete type=3 #258
2025/01/26-16:59:13.383800 151b9874cb38 Delete type=0 #260
2025/01/28-18:46:22.021716 151b98346b38 Recovering log #264
2025/01/28-18:46:22.026258 151b98346b38 Delete type=3 #262
2025/01/28-18:46:22.026738 151b98346b38 Delete type=0 #264

View File

@@ -1,8 +1,15 @@
2025/01/22-08:11:34.827613 151b98143b38 Recovering log #256
2025/01/22-08:11:34.844109 151b98143b38 Delete type=3 #254
2025/01/22-08:11:34.844461 151b98143b38 Delete type=0 #256
2025/01/26-16:57:21.109357 151697795b38 Level-0 table #261: started
2025/01/26-16:57:21.109874 151697795b38 Level-0 table #261: 0 bytes OK
2025/01/26-16:57:21.112179 151697795b38 Delete type=0 #259
2025/01/26-16:57:21.116203 151697795b38 Manual compaction at level-0 from '!journal!C1gQuOXqMtIWnosM' @ 72057594037927935 : 1 .. '!journal.pages!l0ayy2OuSPILvU9i.Jv1Z6cetKCjfcGEr' @ 0 : 0; will stop at (end)
2025/01/26-16:57:21.116606 151697795b38 Manual compaction at level-1 from '!journal!C1gQuOXqMtIWnosM' @ 72057594037927935 : 1 .. '!journal.pages!l0ayy2OuSPILvU9i.Jv1Z6cetKCjfcGEr' @ 0 : 0; will stop at (end)
2025/01/26-16:59:13.378448 151b9874cb38 Recovering log #260
2025/01/26-16:59:13.383010 151b9874cb38 Delete type=3 #258
2025/01/26-16:59:13.383800 151b9874cb38 Delete type=0 #260
2025/01/28-18:46:10.820954 151697795b38 Level-0 table #265: started
2025/01/28-18:46:10.828311 151697795b38 Level-0 table #265: 29540 bytes OK
2025/01/28-18:46:10.830604 151697795b38 Delete type=0 #263
2025/01/28-18:46:10.840172 151697795b38 Manual compaction at level-0 from '!journal!C1gQuOXqMtIWnosM' @ 72057594037927935 : 1 .. '!journal.pages!l0ayy2OuSPILvU9i.Jv1Z6cetKCjfcGEr' @ 0 : 0; will stop at (end)
2025/01/28-18:46:10.843300 151697795b38 Manual compaction at level-1 from '!journal!C1gQuOXqMtIWnosM' @ 72057594037927935 : 1 .. '!journal.pages!l0ayy2OuSPILvU9i.Jv1Z6cetKCjfcGEr' @ 0 : 0; will stop at '!journal.pages!C1gQuOXqMtIWnosM.zsv2ax0DQnvyyaBk' @ 504 : 1
2025/01/28-18:46:10.843386 151697795b38 Compacting 1@1 + 1@2 files
2025/01/28-18:46:10.846876 151697795b38 Generated table #266@1: 26 keys, 10069 bytes
2025/01/28-18:46:10.846958 151697795b38 Compacted 1@1 + 1@2 files => 10069 bytes
2025/01/28-18:46:10.848352 151697795b38 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/01/28-18:46:10.848816 151697795b38 Delete type=2 #195
2025/01/28-18:46:10.849193 151697795b38 Delete type=2 #265
2025/01/28-18:46:10.869601 151697795b38 Manual compaction at level-1 from '!journal.pages!C1gQuOXqMtIWnosM.zsv2ax0DQnvyyaBk' @ 504 : 1 .. '!journal.pages!l0ayy2OuSPILvU9i.Jv1Z6cetKCjfcGEr' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.