Skip to content

Commit

Permalink
[FIX] Changed sync interval 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
sudaraka94 committed Jan 10, 2018
1 parent cd95327 commit 1d0c2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def self.sync!
after_initialize do
module ::OpencollectivePlugin
class GrantBadgeJob < ::Jobs::Scheduled
every 15.seconds
every 1.day

def execute(args)
OpencollectivePlugin.sync!
Expand Down

0 comments on commit 1d0c2ad

Please sign in to comment.