increase period for deleting mod actions

This commit is contained in:
r888888888
2017-05-08 13:49:32 -07:00
parent f803137106
commit 2b74fe669e
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ if environment == "production"
runner "PostUpdate.push"
end
every 1.hour do
runner "AmazonBackup.execute"
end
# every 1.hour do
# runner "AmazonBackup.execute"
# end
end