Use timmings that won't collide for refreshing
This commit is contained in:
parent
a6c8355a50
commit
dedaa4fe7b
1 changed files with 4 additions and 4 deletions
|
@ -17,10 +17,10 @@ const (
|
|||
FS_IMGS = "fs_imgs"
|
||||
|
||||
PASS_SALT = "ImperialLibSalt"
|
||||
MINUTES_UPDATE_TAGS = 10
|
||||
MINUTES_UPDATE_HOURLY = 30
|
||||
MINUTES_UPDATE_DAILY = 60 * 12
|
||||
MINUTES_UPDATE_MONTHLY = 60 * 24
|
||||
MINUTES_UPDATE_TAGS = 11
|
||||
MINUTES_UPDATE_HOURLY = 31
|
||||
MINUTES_UPDATE_DAILY = 60*12 + 7
|
||||
MINUTES_UPDATE_MONTHLY = 60*24 + 11
|
||||
TAGS_DISPLAY = 50
|
||||
SEARCH_ITEMS_PAGE = 20
|
||||
NEW_ITEMS_PAGE = 50
|
||||
|
|
Reference in a new issue