mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
only do an archive once per day
This commit is contained in:
parent
40e74d8f6f
commit
93b0dce694
1 changed files with 1 additions and 1 deletions
|
@ -1162,7 +1162,7 @@ class Site < Sequel::Model
|
|||
reload
|
||||
|
||||
#SiteChange.record self, relative_path unless opts[:new_install]
|
||||
ArchiveWorker.perform_async self.id
|
||||
ArchiveWorker.perform_in 24.hours, self.id
|
||||
end
|
||||
|
||||
results
|
||||
|
|
Loading…
Add table
Reference in a new issue