Skip to content

Commit

Permalink
fix flag path. rebuild DBs again
Browse files Browse the repository at this point in the history
  • Loading branch information
rsek committed Sep 29, 2023
1 parent 3f5d8f3 commit 54ee443
Show file tree
Hide file tree
Showing 78 changed files with 155 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Next Release

- Add compendium folders for oracles, moves, assets
- these don't affect our custom oracle/move/asset tree displays yet, but this changes lays some groundwork for it
- Add compendium folders for oracles, moves, and assets
- these don't affect our custom oracle/move/asset tree displays yet, but this change lays some groundwork for it

## 1.22.4

Expand Down
6 changes: 3 additions & 3 deletions src/module/dataforged/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function getMoveFolderData(
sort:
(moveCategory.Source.Page ?? 0) +
(moveCategory.Source.Title.includes('Delve') ? 1000 : 0),
flags: { dfid: moveCategory.$id }
flags: { 'foundry-ironsworn': { dfid: moveCategory.$id } }
}
}

Expand Down Expand Up @@ -211,7 +211,7 @@ function getAssetFolderData(assetType: IAssetType): FolderDataConstructorData {
type: 'Item',
_id: hashLookup(assetType.$id),
sort: assetType.Source.Page,
flags: { dfid: assetType.$id }
flags: { 'foundry-ironsworn': { dfid: assetType.$id } }
}
}

Expand Down Expand Up @@ -326,7 +326,7 @@ function getOracleFolderData(
sort:
(oracleBranch.Source.Page ?? 0) +
(oracleBranch.Source.Title.includes('Delve') ? 1000 : 0),
flags: { dfid: oracleBranch.$id },
flags: { 'foundry-ironsworn': { dfid: oracleBranch.$id } },
parent
}
console.log(oracleBranch)
Expand Down
Binary file removed system/packs/assets/000005.ldb
Binary file not shown.
Binary file removed system/packs/assets/000007.log
Binary file not shown.
File renamed without changes.
Binary file added system/packs/assets/000010.ldb
Binary file not shown.
12 changes: 12 additions & 0 deletions system/packs/assets/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2023/09/28-12:52:21.601845 7f1927fff6c0 Recovering log #4
2023/09/28-12:52:21.604386 7f1927fff6c0 Delete type=3 #2
2023/09/28-12:52:21.604454 7f1927fff6c0 Delete type=0 #4
2023/09/28-17:57:16.811961 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.818121 7f1924ca76c0 Level-0 table #9: 727210 bytes OK
2023/09/28-17:57:16.819115 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.829022 7f1924ca76c0 Manual compaction at level-0 from '!folders!18b30f608501bf56' @ 72057594037927935 : 1 .. '!items!f9cebc2a4b73432d' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.829123 7f1924ca76c0 Manual compaction at level-1 from '!folders!18b30f608501bf56' @ 72057594037927935 : 1 .. '!items!f9cebc2a4b73432d' @ 0 : 0; will stop at '!items!f9cebc2a4b73432d' @ 156 : 0
2023/09/28-17:57:16.829128 7f1924ca76c0 Compacting 1@1 + 1@2 files
2023/09/28-17:57:16.831573 7f1924ca76c0 Generated table #10@1: 82 keys, 60057 bytes
2023/09/28-17:57:16.831581 7f1924ca76c0 Compacted 1@1 + 1@2 files => 60057 bytes
2023/09/28-17:57:16.832499 7f1924ca76c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/09/28-17:57:16.832524 7f1924ca76c0 Delete type=2 #5
2023/09/28-17:57:16.832570 7f1924ca76c0 Delete type=2 #9
2023/09/28-17:57:16.834607 7f1924ca76c0 Manual compaction at level-1 from '!items!f9cebc2a4b73432d' @ 156 : 0 .. '!items!f9cebc2a4b73432d' @ 0 : 0; will stop at (end)
Binary file modified system/packs/assets/MANIFEST-000006
Binary file not shown.
File renamed without changes.
5 changes: 5 additions & 0 deletions system/packs/delve-domains/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023/09/28-12:52:21.612925 7f1927fff6c0 Recovering log #4
2023/09/28-12:52:21.614633 7f1927fff6c0 Delete type=3 #2
2023/09/28-12:52:21.614662 7f1927fff6c0 Delete type=0 #4
2023/09/28-17:57:16.833597 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.833603 7f1924ca76c0 Level-0 table #9: 0 bytes OK
2023/09/28-17:57:16.834586 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.835523 7f1924ca76c0 Manual compaction at level-0 from '!items!058BdtjZuW0pOLeE' @ 72057594037927935 : 1 .. '!items!vyyrG8pPtDQ6FAgG' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.836484 7f1924ca76c0 Manual compaction at level-1 from '!items!058BdtjZuW0pOLeE' @ 72057594037927935 : 1 .. '!items!vyyrG8pPtDQ6FAgG' @ 0 : 0; will stop at (end)
Binary file modified system/packs/delve-domains/MANIFEST-000006
Binary file not shown.
File renamed without changes.
5 changes: 5 additions & 0 deletions system/packs/delve-themes/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023/09/28-12:52:21.608410 7f19277fe6c0 Recovering log #4
2023/09/28-12:52:21.610704 7f19277fe6c0 Delete type=3 #2
2023/09/28-12:52:21.610734 7f19277fe6c0 Delete type=0 #4
2023/09/28-17:57:16.811009 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.811017 7f1924ca76c0 Level-0 table #9: 0 bytes OK
2023/09/28-17:57:16.811899 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.819235 7f1924ca76c0 Manual compaction at level-0 from '!items!9BtnJYn9vXBGEV5R' @ 72057594037927935 : 1 .. '!items!zhOq6bjCvYhXkMQB' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.829016 7f1924ca76c0 Manual compaction at level-1 from '!items!9BtnJYn9vXBGEV5R' @ 72057594037927935 : 1 .. '!items!zhOq6bjCvYhXkMQB' @ 0 : 0; will stop at (end)
Binary file modified system/packs/delve-themes/MANIFEST-000006
Binary file not shown.
File renamed without changes.
5 changes: 5 additions & 0 deletions system/packs/foe-actors-is/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023/09/28-12:52:21.577240 7f19277fe6c0 Recovering log #4
2023/09/28-12:52:21.579511 7f19277fe6c0 Delete type=3 #2
2023/09/28-12:52:21.579532 7f19277fe6c0 Delete type=0 #4
2023/09/28-17:57:16.913742 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.913757 7f1924ca76c0 Level-0 table #9: 0 bytes OK
2023/09/28-17:57:16.914716 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.919836 7f1924ca76c0 Manual compaction at level-0 from '!actors!0gGB0D8s3EoyuSQg' @ 72057594037927935 : 1 .. '!actors.items!zKf5CDfw32nyxpma.YepnoKUiw7wJtjcm' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.919855 7f1924ca76c0 Manual compaction at level-1 from '!actors!0gGB0D8s3EoyuSQg' @ 72057594037927935 : 1 .. '!actors.items!zKf5CDfw32nyxpma.YepnoKUiw7wJtjcm' @ 0 : 0; will stop at (end)
Binary file modified system/packs/foe-actors-is/MANIFEST-000006
Binary file not shown.
Binary file removed system/packs/foe-actors-sf/000005.ldb
Binary file not shown.
Binary file removed system/packs/foe-actors-sf/000008.log
Binary file not shown.
Binary file removed system/packs/foe-actors-sf/000009.ldb
Binary file not shown.
File renamed without changes.
Binary file added system/packs/foe-actors-sf/000013.ldb
Binary file not shown.
19 changes: 19 additions & 0 deletions system/packs/foe-actors-sf/LOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,22 @@
2023/09/28-15:00:31.095272 7f1924ca76c0 Level-0 table #9: started
2023/09/28-15:00:31.114628 7f1924ca76c0 Level-0 table #9: 1598323 bytes OK
2023/09/28-15:00:31.115739 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.852218 7f1924ca76c0 Level-0 table #11: started
2023/09/28-17:57:16.854910 7f1924ca76c0 Level-0 table #11: 384806 bytes OK
2023/09/28-17:57:16.855839 7f1924ca76c0 Delete type=0 #8
2023/09/28-17:57:16.867765 7f1924ca76c0 Manual compaction at level-0 from '!actors!1rvJXZaEnoV4P541' @ 72057594037927935 : 1 .. '!actors.items!xZjFcKcgGJqhvlKp.9BXtjRvOl10CmL46' @ 0 : 0; will stop at '!actors.items!zePcDjyWeKGMc9Xl.OV6J9UxufwOOqbHp' @ 4769 : 1
2023/09/28-17:57:16.867768 7f1924ca76c0 Compacting 1@0 + 1@1 files
2023/09/28-17:57:16.871455 7f1924ca76c0 Generated table #12@0: 2024 keys, 165722 bytes
2023/09/28-17:57:16.871461 7f1924ca76c0 Compacted 1@0 + 1@1 files => 165722 bytes
2023/09/28-17:57:16.872221 7f1924ca76c0 compacted to: files[ 0 1 1 0 0 0 0 ]
2023/09/28-17:57:16.872335 7f1924ca76c0 Delete type=2 #9
2023/09/28-17:57:16.872480 7f1924ca76c0 Delete type=2 #11
2023/09/28-17:57:16.878476 7f1924ca76c0 Manual compaction at level-0 from '!actors.items!zePcDjyWeKGMc9Xl.OV6J9UxufwOOqbHp' @ 4769 : 1 .. '!actors.items!xZjFcKcgGJqhvlKp.9BXtjRvOl10CmL46' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.887634 7f1924ca76c0 Manual compaction at level-1 from '!actors!1rvJXZaEnoV4P541' @ 72057594037927935 : 1 .. '!actors.items!xZjFcKcgGJqhvlKp.9BXtjRvOl10CmL46' @ 0 : 0; will stop at '!actors.items!yrLYPG6rDbGyEHur.GpF9nFffJoahmCdA' @ 219 : 0
2023/09/28-17:57:16.887637 7f1924ca76c0 Compacting 1@1 + 1@2 files
2023/09/28-17:57:16.889107 7f1924ca76c0 Generated table #13@1: 110 keys, 95248 bytes
2023/09/28-17:57:16.889112 7f1924ca76c0 Compacted 1@1 + 1@2 files => 95248 bytes
2023/09/28-17:57:16.890003 7f1924ca76c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/09/28-17:57:16.890027 7f1924ca76c0 Delete type=2 #5
2023/09/28-17:57:16.890069 7f1924ca76c0 Delete type=2 #12
2023/09/28-17:57:16.908493 7f1924ca76c0 Manual compaction at level-1 from '!actors.items!yrLYPG6rDbGyEHur.GpF9nFffJoahmCdA' @ 219 : 0 .. '!actors.items!xZjFcKcgGJqhvlKp.9BXtjRvOl10CmL46' @ 0 : 0; will stop at (end)
Binary file modified system/packs/foe-actors-sf/MANIFEST-000006
Binary file not shown.
File renamed without changes.
5 changes: 5 additions & 0 deletions system/packs/foes/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023/09/28-12:52:21.617302 7f19277fe6c0 Recovering log #4
2023/09/28-12:52:21.619708 7f19277fe6c0 Delete type=3 #2
2023/09/28-12:52:21.619754 7f19277fe6c0 Delete type=0 #4
2023/09/28-17:57:16.832625 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.832633 7f1924ca76c0 Level-0 table #9: 0 bytes OK
2023/09/28-17:57:16.833570 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.835520 7f1924ca76c0 Manual compaction at level-0 from '!items!1PPTk8Lw54zaKxQv' @ 72057594037927935 : 1 .. '!items!yQFbThSefRMpMlUj' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.836481 7f1924ca76c0 Manual compaction at level-1 from '!items!1PPTk8Lw54zaKxQv' @ 72057594037927935 : 1 .. '!items!yQFbThSefRMpMlUj' @ 0 : 0; will stop at (end)
Binary file modified system/packs/foes/MANIFEST-000006
Binary file not shown.
Binary file removed system/packs/ironsworn-moves/000005.ldb
Binary file not shown.
Binary file removed system/packs/ironsworn-moves/000007.log
Binary file not shown.
File renamed without changes.
Binary file added system/packs/ironsworn-moves/000010.ldb
Binary file not shown.
12 changes: 12 additions & 0 deletions system/packs/ironsworn-moves/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2023/09/28-12:52:21.597287 7f19277fe6c0 Recovering log #4
2023/09/28-12:52:21.599238 7f19277fe6c0 Delete type=3 #2
2023/09/28-12:52:21.599283 7f19277fe6c0 Delete type=0 #4
2023/09/28-17:57:16.793815 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.799960 7f1924ca76c0 Level-0 table #9: 664213 bytes OK
2023/09/28-17:57:16.801034 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.811943 7f1924ca76c0 Manual compaction at level-0 from '!folders!13b3bceae0364b80' @ 72057594037927935 : 1 .. '!items!fdb51ee928b4fca2' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.825995 7f1924ca76c0 Manual compaction at level-1 from '!folders!13b3bceae0364b80' @ 72057594037927935 : 1 .. '!items!fdb51ee928b4fca2' @ 0 : 0; will stop at '!items!fdb51ee928b4fca2' @ 96 : 0
2023/09/28-17:57:16.825997 7f1924ca76c0 Compacting 1@1 + 1@2 files
2023/09/28-17:57:16.827717 7f1924ca76c0 Generated table #10@1: 58 keys, 52352 bytes
2023/09/28-17:57:16.827720 7f1924ca76c0 Compacted 1@1 + 1@2 files => 52352 bytes
2023/09/28-17:57:16.828704 7f1924ca76c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/09/28-17:57:16.828750 7f1924ca76c0 Delete type=2 #5
2023/09/28-17:57:16.828956 7f1924ca76c0 Delete type=2 #9
2023/09/28-17:57:16.832621 7f1924ca76c0 Manual compaction at level-1 from '!items!fdb51ee928b4fca2' @ 96 : 0 .. '!items!fdb51ee928b4fca2' @ 0 : 0; will stop at (end)
Binary file modified system/packs/ironsworn-moves/MANIFEST-000006
Binary file not shown.
Binary file removed system/packs/ironsworn-oracles/000010.log
Binary file not shown.
Binary file removed system/packs/ironsworn-oracles/000011.ldb
Binary file not shown.
Empty file.
Binary file added system/packs/ironsworn-oracles/000014.ldb
Binary file not shown.
12 changes: 12 additions & 0 deletions system/packs/ironsworn-oracles/LOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@
2023/09/28-14:45:57.103141 7f1924ca76c0 Delete type=2 #5
2023/09/28-14:45:57.103254 7f1924ca76c0 Delete type=0 #8
2023/09/28-14:45:57.103519 7f1924ca76c0 Delete type=2 #9
2023/09/28-17:57:16.801178 7f1924ca76c0 Level-0 table #13: started
2023/09/28-17:57:16.809951 7f1924ca76c0 Level-0 table #13: 572921 bytes OK
2023/09/28-17:57:16.810861 7f1924ca76c0 Delete type=0 #10
2023/09/28-17:57:16.811957 7f1924ca76c0 Manual compaction at level-0 from '!folders!06986fcc791b64bc' @ 72057594037927935 : 1 .. '!tables.results!ff2d8060b079cee0.fffe193ed2fafeaf' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.819244 7f1924ca76c0 Manual compaction at level-1 from '!folders!06986fcc791b64bc' @ 72057594037927935 : 1 .. '!tables.results!ff2d8060b079cee0.fffe193ed2fafeaf' @ 0 : 0; will stop at '!tables.results!ff2d8060b079cee0.fffe193ed2fafeaf' @ 57058 : 0
2023/09/28-17:57:16.819246 7f1924ca76c0 Compacting 1@1 + 1@2 files
2023/09/28-17:57:16.824949 7f1924ca76c0 Generated table #14@1: 2057 keys, 182795 bytes
2023/09/28-17:57:16.824955 7f1924ca76c0 Compacted 1@1 + 1@2 files => 182795 bytes
2023/09/28-17:57:16.825843 7f1924ca76c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/09/28-17:57:16.825875 7f1924ca76c0 Delete type=2 #11
2023/09/28-17:57:16.825937 7f1924ca76c0 Delete type=2 #13
2023/09/28-17:57:16.829029 7f1924ca76c0 Manual compaction at level-1 from '!tables.results!ff2d8060b079cee0.fffe193ed2fafeaf' @ 57058 : 0 .. '!tables.results!ff2d8060b079cee0.fffe193ed2fafeaf' @ 0 : 0; will stop at (end)
Binary file modified system/packs/ironsworn-oracles/MANIFEST-000006
Binary file not shown.
Empty file added system/packs/macros/000008.log
Empty file.
5 changes: 5 additions & 0 deletions system/packs/macros/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023/09/28-12:52:21.675261 7f19277fe6c0 Recovering log #4
2023/09/28-12:52:21.677281 7f19277fe6c0 Delete type=3 #2
2023/09/28-12:52:21.677311 7f19277fe6c0 Delete type=0 #4
2023/09/28-17:57:16.912428 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.912486 7f1924ca76c0 Level-0 table #9: 0 bytes OK
2023/09/28-17:57:16.913681 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.919828 7f1924ca76c0 Manual compaction at level-0 from '!macros!Z6Ei4mGcbURcA25q' @ 72057594037927935 : 1 .. '!macros!xvJpniCT0lAIf3Eh' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.919980 7f1924ca76c0 Manual compaction at level-1 from '!macros!Z6Ei4mGcbURcA25q' @ 72057594037927935 : 1 .. '!macros!xvJpniCT0lAIf3Eh' @ 0 : 0; will stop at (end)
Binary file modified system/packs/macros/MANIFEST-000006
Binary file not shown.
Empty file added system/packs/scenes/000008.log
Empty file.
5 changes: 5 additions & 0 deletions system/packs/scenes/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023/09/28-12:52:21.626560 7f1927fff6c0 Recovering log #4
2023/09/28-12:52:21.628968 7f1927fff6c0 Delete type=3 #2
2023/09/28-12:52:21.629000 7f1927fff6c0 Delete type=0 #4
2023/09/28-17:57:16.835526 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.835531 7f1924ca76c0 Level-0 table #9: 0 bytes OK
2023/09/28-17:57:16.836458 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.836542 7f1924ca76c0 Manual compaction at level-0 from '!scenes!0P3LOtuq2ckryItW' @ 72057594037927935 : 1 .. '!scenes!q3tyvF3GttxoL0iR' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.836552 7f1924ca76c0 Manual compaction at level-1 from '!scenes!0P3LOtuq2ckryItW' @ 72057594037927935 : 1 .. '!scenes!q3tyvF3GttxoL0iR' @ 0 : 0; will stop at (end)
Binary file modified system/packs/scenes/MANIFEST-000006
Binary file not shown.
Binary file removed system/packs/starforged-assets/000005.ldb
Binary file not shown.
Binary file removed system/packs/starforged-assets/000007.log
Binary file not shown.
Empty file.
Binary file added system/packs/starforged-assets/000010.ldb
Binary file not shown.
12 changes: 12 additions & 0 deletions system/packs/starforged-assets/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2023/09/28-12:52:21.638306 7f1927fff6c0 Recovering log #4
2023/09/28-12:52:21.640658 7f1927fff6c0 Delete type=3 #2
2023/09/28-12:52:21.640706 7f1927fff6c0 Delete type=0 #4
2023/09/28-17:57:16.843348 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.851017 7f1924ca76c0 Level-0 table #9: 973182 bytes OK
2023/09/28-17:57:16.852017 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.867759 7f1924ca76c0 Manual compaction at level-0 from '!folders!1f02d646adff7374' @ 72057594037927935 : 1 .. '!items!fd7a1b4ec8ae5771' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.875314 7f1924ca76c0 Manual compaction at level-1 from '!folders!1f02d646adff7374' @ 72057594037927935 : 1 .. '!items!fd7a1b4ec8ae5771' @ 0 : 0; will stop at '!items!fd7a1b4ec8ae5771' @ 138 : 1
2023/09/28-17:57:16.875316 7f1924ca76c0 Compacting 1@1 + 1@2 files
2023/09/28-17:57:16.877424 7f1924ca76c0 Generated table #10@1: 96 keys, 81092 bytes
2023/09/28-17:57:16.877430 7f1924ca76c0 Compacted 1@1 + 1@2 files => 81092 bytes
2023/09/28-17:57:16.878280 7f1924ca76c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/09/28-17:57:16.878309 7f1924ca76c0 Delete type=2 #5
2023/09/28-17:57:16.878371 7f1924ca76c0 Delete type=2 #9
2023/09/28-17:57:16.878482 7f1924ca76c0 Manual compaction at level-1 from '!items!fd7a1b4ec8ae5771' @ 138 : 1 .. '!items!fd7a1b4ec8ae5771' @ 0 : 0; will stop at (end)
Binary file modified system/packs/starforged-assets/MANIFEST-000006
Binary file not shown.
Binary file removed system/packs/starforged-encounters/000005.ldb
Binary file not shown.
Binary file removed system/packs/starforged-encounters/000007.log
Binary file not shown.
Empty file.
Binary file added system/packs/starforged-encounters/000010.ldb
Binary file not shown.
12 changes: 12 additions & 0 deletions system/packs/starforged-encounters/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2023/09/28-12:52:21.642865 7f19277fe6c0 Recovering log #4
2023/09/28-12:52:21.644843 7f19277fe6c0 Delete type=3 #2
2023/09/28-12:52:21.644872 7f19277fe6c0 Delete type=0 #4
2023/09/28-17:57:16.836608 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.842364 7f1924ca76c0 Level-0 table #9: 947178 bytes OK
2023/09/28-17:57:16.843216 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.867753 7f1924ca76c0 Manual compaction at level-0 from '!items!01a6105671c6b204' @ 72057594037927935 : 1 .. '!items!f22b523e622deb5f' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.872516 7f1924ca76c0 Manual compaction at level-1 from '!items!01a6105671c6b204' @ 72057594037927935 : 1 .. '!items!f22b523e622deb5f' @ 0 : 0; will stop at '!items!f22b523e622deb5f' @ 110 : 0
2023/09/28-17:57:16.872518 7f1924ca76c0 Compacting 1@1 + 1@2 files
2023/09/28-17:57:16.874361 7f1924ca76c0 Generated table #10@1: 55 keys, 74935 bytes
2023/09/28-17:57:16.874366 7f1924ca76c0 Compacted 1@1 + 1@2 files => 74935 bytes
2023/09/28-17:57:16.875182 7f1924ca76c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/09/28-17:57:16.875202 7f1924ca76c0 Delete type=2 #5
2023/09/28-17:57:16.875245 7f1924ca76c0 Delete type=2 #9
2023/09/28-17:57:16.878479 7f1924ca76c0 Manual compaction at level-1 from '!items!f22b523e622deb5f' @ 110 : 0 .. '!items!f22b523e622deb5f' @ 0 : 0; will stop at (end)
Binary file modified system/packs/starforged-encounters/MANIFEST-000006
Binary file not shown.
Binary file removed system/packs/starforged-moves/000005.ldb
Binary file not shown.
Binary file removed system/packs/starforged-moves/000007.log
Binary file not shown.
Empty file.
Binary file added system/packs/starforged-moves/000010.ldb
Binary file not shown.
12 changes: 12 additions & 0 deletions system/packs/starforged-moves/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2023/09/28-12:52:21.646198 7f1927fff6c0 Recovering log #4
2023/09/28-12:52:21.647950 7f1927fff6c0 Delete type=3 #2
2023/09/28-12:52:21.647996 7f1927fff6c0 Delete type=0 #4
2023/09/28-17:57:16.878623 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.886369 7f1924ca76c0 Level-0 table #9: 919160 bytes OK
2023/09/28-17:57:16.887503 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.908487 7f1924ca76c0 Manual compaction at level-0 from '!folders!0833ccc5eb06cf7e' @ 72057594037927935 : 1 .. '!items!ff32c523829d6481' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.908549 7f1924ca76c0 Manual compaction at level-1 from '!folders!0833ccc5eb06cf7e' @ 72057594037927935 : 1 .. '!items!ff32c523829d6481' @ 0 : 0; will stop at '!items!ff32c523829d6481' @ 112 : 0
2023/09/28-17:57:16.908551 7f1924ca76c0 Compacting 1@1 + 1@2 files
2023/09/28-17:57:16.911143 7f1924ca76c0 Generated table #10@1: 68 keys, 70760 bytes
2023/09/28-17:57:16.911148 7f1924ca76c0 Compacted 1@1 + 1@2 files => 70760 bytes
2023/09/28-17:57:16.911995 7f1924ca76c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/09/28-17:57:16.912069 7f1924ca76c0 Delete type=2 #5
2023/09/28-17:57:16.912223 7f1924ca76c0 Delete type=2 #9
2023/09/28-17:57:16.914894 7f1924ca76c0 Manual compaction at level-1 from '!items!ff32c523829d6481' @ 112 : 0 .. '!items!ff32c523829d6481' @ 0 : 0; will stop at (end)
Binary file modified system/packs/starforged-moves/MANIFEST-000006
Binary file not shown.
Binary file removed system/packs/starforged-oracles/000020.log
Binary file not shown.
Binary file removed system/packs/starforged-oracles/000022.ldb
Binary file not shown.
Empty file.
Binary file added system/packs/starforged-oracles/000025.ldb
Binary file not shown.
12 changes: 12 additions & 0 deletions system/packs/starforged-oracles/LOG
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,15 @@
2023/09/28-15:04:21.658094 7f1924ca76c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/09/28-15:04:21.658193 7f1924ca76c0 Delete type=2 #19
2023/09/28-15:04:21.658371 7f1924ca76c0 Delete type=2 #21
2023/09/28-17:57:16.855906 7f1924ca76c0 Level-0 table #24: started
2023/09/28-17:57:16.866573 7f1924ca76c0 Level-0 table #24: 955379 bytes OK
2023/09/28-17:57:16.867558 7f1924ca76c0 Delete type=0 #20
2023/09/28-17:57:16.878470 7f1924ca76c0 Manual compaction at level-0 from '!folders!026e85bc4b8047b8' @ 72057594037927935 : 1 .. '!tables.results!fddeddbbad1bc62a.fcd3943ed0de1025' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.890104 7f1924ca76c0 Manual compaction at level-1 from '!folders!026e85bc4b8047b8' @ 72057594037927935 : 1 .. '!tables.results!fddeddbbad1bc62a.fcd3943ed0de1025' @ 0 : 0; will stop at '!tables.results!fddeddbbad1bc62a.fcd3943ed0de1025' @ 140678 : 0
2023/09/28-17:57:16.890106 7f1924ca76c0 Compacting 1@1 + 1@2 files
2023/09/28-17:57:16.898169 7f1924ca76c0 Generated table #25@1: 4441 keys, 457146 bytes
2023/09/28-17:57:16.898188 7f1924ca76c0 Compacted 1@1 + 1@2 files => 457146 bytes
2023/09/28-17:57:16.899030 7f1924ca76c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/09/28-17:57:16.899083 7f1924ca76c0 Delete type=2 #22
2023/09/28-17:57:16.899186 7f1924ca76c0 Delete type=2 #24
2023/09/28-17:57:16.908497 7f1924ca76c0 Manual compaction at level-1 from '!tables.results!fddeddbbad1bc62a.fcd3943ed0de1025' @ 140678 : 0 .. '!tables.results!fddeddbbad1bc62a.fcd3943ed0de1025' @ 0 : 0; will stop at (end)
Binary file modified system/packs/starforged-oracles/MANIFEST-000006
Binary file not shown.
Empty file.
5 changes: 5 additions & 0 deletions system/packs/starforged-sectors/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023/09/28-12:52:21.632197 7f1927fff6c0 Recovering log #4
2023/09/28-12:52:21.634315 7f1927fff6c0 Delete type=3 #2
2023/09/28-12:52:21.634351 7f1927fff6c0 Delete type=0 #4
2023/09/28-17:57:16.834610 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.834615 7f1924ca76c0 Level-0 table #9: 0 bytes OK
2023/09/28-17:57:16.835496 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.836478 7f1924ca76c0 Manual compaction at level-0 from '!scenes!yoU9GLOjNcAaBuN3' @ 72057594037927935 : 1 .. '!scenes!yoU9GLOjNcAaBuN3' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.836560 7f1924ca76c0 Manual compaction at level-1 from '!scenes!yoU9GLOjNcAaBuN3' @ 72057594037927935 : 1 .. '!scenes!yoU9GLOjNcAaBuN3' @ 0 : 0; will stop at (end)
Binary file modified system/packs/starforged-sectors/MANIFEST-000006
Binary file not shown.
Binary file removed system/packs/starforged-truths/000005.ldb
Binary file not shown.
Binary file removed system/packs/starforged-truths/000007.log
Binary file not shown.
Empty file.
Binary file added system/packs/starforged-truths/000010.ldb
Binary file not shown.
12 changes: 12 additions & 0 deletions system/packs/starforged-truths/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2023/09/28-12:52:21.668436 7f1927fff6c0 Recovering log #4
2023/09/28-12:52:21.671498 7f1927fff6c0 Delete type=3 #2
2023/09/28-12:52:21.671582 7f1927fff6c0 Delete type=0 #4
2023/09/28-17:57:16.899297 7f1924ca76c0 Level-0 table #9: started
2023/09/28-17:57:16.907347 7f1924ca76c0 Level-0 table #9: 909619 bytes OK
2023/09/28-17:57:16.908292 7f1924ca76c0 Delete type=0 #7
2023/09/28-17:57:16.912403 7f1924ca76c0 Manual compaction at level-0 from '!journal!2KEGSudMvEsM82Pr' @ 72057594037927935 : 1 .. '!journal.pages!zH1Uirz4CXI8NdMF.ge2MgNt9eNdFkO1n' @ 0 : 0; will stop at (end)
2023/09/28-17:57:16.914909 7f1924ca76c0 Manual compaction at level-1 from '!journal!2KEGSudMvEsM82Pr' @ 72057594037927935 : 1 .. '!journal.pages!zH1Uirz4CXI8NdMF.ge2MgNt9eNdFkO1n' @ 0 : 0; will stop at '!journal.pages!zH1Uirz4CXI8NdMF.ge2MgNt9eNdFkO1n' @ 3501 : 1
2023/09/28-17:57:16.914914 7f1924ca76c0 Compacting 1@1 + 1@2 files
2023/09/28-17:57:16.918773 7f1924ca76c0 Generated table #10@1: 70 keys, 51519 bytes
2023/09/28-17:57:16.918784 7f1924ca76c0 Compacted 1@1 + 1@2 files => 51519 bytes
2023/09/28-17:57:16.919611 7f1924ca76c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2023/09/28-17:57:16.919651 7f1924ca76c0 Delete type=2 #5
2023/09/28-17:57:16.919725 7f1924ca76c0 Delete type=2 #9
2023/09/28-17:57:16.919894 7f1924ca76c0 Manual compaction at level-1 from '!journal.pages!zH1Uirz4CXI8NdMF.ge2MgNt9eNdFkO1n' @ 3501 : 1 .. '!journal.pages!zH1Uirz4CXI8NdMF.ge2MgNt9eNdFkO1n' @ 0 : 0; will stop at (end)
Binary file modified system/packs/starforged-truths/MANIFEST-000006
Binary file not shown.

0 comments on commit 54ee443

Please sign in to comment.