Clean databoards more often.
This commit is contained in:
parent
cede04f144
commit
5c79d5bb4d
@ -60,7 +60,7 @@ class DataBoard
|
||||
@deleteIfEmpty {boardID}
|
||||
|
||||
now = Date.now()
|
||||
if (@data.lastChecked or 0) < now - 12 * $.HOUR
|
||||
if (@data.lastChecked or 0) < now - 2 * $.HOUR
|
||||
@data.lastChecked = now
|
||||
for boardID of @data.boards
|
||||
@ajaxClean boardID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user