Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Sep 2, 2024
1 parent e3367a3 commit f6628c0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/macros/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-001910
MANIFEST-001918
10 changes: 3 additions & 7 deletions packs/macros/LOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
2024/09/01-17:59:16.845 5ea4 Recovering log #1909
2024/09/01-17:59:16.848 5ea4 Delete type=0 #1909
2024/09/01-17:59:16.848 5ea4 Delete type=3 #1908
2024/09/01-17:59:24.109 9128 Level-0 table #1913: started
2024/09/01-17:59:24.109 9128 Level-0 table #1913: 0 bytes OK
2024/09/01-17:59:24.110 9128 Delete type=0 #1911
2024/09/01-17:59:24.113 9128 Manual compaction at level-0 from '!macros!5zElsDCnePqaHmQ6' @ 72057594037927935 : 1 .. '!macros!uPDEi0D43DJ8ifBf' @ 0 : 0; will stop at (end)
2024/09/02-23:23:31.507 34f0 Recovering log #1916
2024/09/02-23:23:31.511 34f0 Delete type=0 #1916
2024/09/02-23:23:31.511 34f0 Delete type=3 #1914
10 changes: 7 additions & 3 deletions packs/macros/LOG.old
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024/09/01-17:55:16.955 4100 Recovering log #1907
2024/09/01-17:55:16.960 4100 Delete type=0 #1907
2024/09/01-17:55:16.960 4100 Delete type=3 #1906
2024/09/02-23:23:14.249 34f0 Recovering log #1912
2024/09/02-23:23:14.252 34f0 Delete type=0 #1912
2024/09/02-23:23:14.252 34f0 Delete type=3 #1910
2024/09/02-23:23:22.727 6b78 Level-0 table #1917: started
2024/09/02-23:23:22.727 6b78 Level-0 table #1917: 0 bytes OK
2024/09/02-23:23:22.728 6b78 Delete type=0 #1915
2024/09/02-23:23:22.728 6b78 Manual compaction at level-0 from '!macros!5zElsDCnePqaHmQ6' @ 72057594037927935 : 1 .. '!macros!uPDEi0D43DJ8ifBf' @ 0 : 0; will stop at (end)
Binary file not shown.
3 changes: 2 additions & 1 deletion scripts/patches.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ class WallHeightUtils{
update = true;
}
if (update) {
this.schedulePerceptionUpdate();
this.processRegions();
//this.schedulePerceptionUpdate();
}
}

Expand Down

0 comments on commit f6628c0

Please sign in to comment.