Skip to content

Commit 8a4fba5

Browse files
authored
FIX: Revert 1 day to 14 days (#23)
1 parent b4ee7db commit 8a4fba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/jobs/scheduled/mark_as_solution.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Jobs
44
class MarkAsSolution < ::Jobs::Scheduled
5-
every 1.day
5+
every 14.days
66

77
def execute(_args = nil)
88
return false unless SiteSetting.solved_enabled && SiteSetting.solved_reminders_plugin_enabled

0 commit comments

Comments
 (0)