Propagate gravity to spawned interfaces

This commit is contained in:
Mark Qvist
2026-07-23 12:37:59 +02:00
parent 5577e781fb
commit 3ca71527d9
6 changed files with 7 additions and 3 deletions
+2 -3
View File
@@ -71,9 +71,8 @@ class Interface:
# to hold at any given time.
MAX_HELD_ANNOUNCES = 256
# How long a spawned interface will be
# considered to be newly created. Two
# hours by default.
# Control parameters
DEFAULT_GRAVITY = 0
IC_NEW_TIME = 2*60*60
IC_BURST_FREQ_NEW = 3
IC_BURST_FREQ = 10