mirror of
https://github.com/r4sas/Niflheim-api
synced 2025-01-31 00:54:18 +00:00
add comment to peer alive time variable
This commit is contained in:
parent
4c57790f22
commit
b70e44ce27
@ -15,6 +15,8 @@ DB_USER = "yggindex"
|
|||||||
DB_NAME = "yggindex"
|
DB_NAME = "yggindex"
|
||||||
DB_HOST = "localhost"
|
DB_HOST = "localhost"
|
||||||
|
|
||||||
|
# count peer alive if it was available not more that amount of seconds ago
|
||||||
|
# I'm using 1 hour beause of running cron job every 15 minutes
|
||||||
ALIVE_SECONDS = 3600 # 1 hour
|
ALIVE_SECONDS = 3600 # 1 hour
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user