Skip to content

Commit

Permalink
reduce sleepDelay for snappier culling
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiyou06 committed Dec 18, 2024
1 parent 5a4ac31 commit 9747557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/entityculling.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"tracingDistance": 192,
"debugMode": false,
"sleepDelay": 30,
"sleepDelay": 7,
"hitboxLimit": 50,
"skipMarkerArmorStands": false,
"tickCulling": true,
Expand Down
2 changes: 1 addition & 1 deletion config/yosbr/config/entityculling.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"tracingDistance": 192,
"debugMode": false,
"sleepDelay": 30,
"sleepDelay": 7,
"hitboxLimit": 50,
"skipMarkerArmorStands": false,
"tickCulling": true,
Expand Down

0 comments on commit 9747557

Please sign in to comment.