mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
24 hours for site changes
This commit is contained in:
parent
0a8b33f67a
commit
178334ec9b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
class SiteChange < Sequel::Model
|
class SiteChange < Sequel::Model
|
||||||
NEW_CHANGE_TIMEOUT = 3600 * 4 # 4 hours
|
NEW_CHANGE_TIMEOUT = 3600 * 24 # 24 hours
|
||||||
many_to_one :site
|
many_to_one :site
|
||||||
one_to_one :event
|
one_to_one :event
|
||||||
one_to_one :site_change
|
one_to_one :site_change
|
||||||
|
|
Loading…
Add table
Reference in a new issue