Move the key expiring to the checkpoint function.
[quix0rs-apt-p2p.git] / test.py
diff --git a/test.py b/test.py
index cfac85b572851815e030689792ed4611fbaabd10..66f0fc6598d63657eddfadd674a1c7d92fda258d 100755 (executable)
--- a/test.py
+++ b/test.py
@@ -376,14 +376,8 @@ MIN_PING_INTERVAL = 15m
 # refresh buckets that haven't been touched in this long
 BUCKET_STALENESS = 1h
 
-# time before expirer starts running
-KEINITIAL_DELAY = 15s
-
-# time between expirer runs
-KE_DELAY = 20m
-
 # expire entries older than this
-KE_AGE = 1h
+KEY_EXPIRE = 1h
 
 # whether to spew info about the requests/responses in the protocol
 SPEW = yes