Skip to content

Commit

Permalink
Minor: constant docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Feb 11, 2018
1 parent 487daf2 commit 7eeb584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/flipper/adapters/sync.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def sync
end

class IntervalSynchronizer
DEFAULT_INTERVAL_MS = 1_000 # Default to syncing every second.
# Private: Default to syncing every second.
DEFAULT_INTERVAL_MS = 1_000

def initialize(synchronizer, interval: nil)
@synchronizer = synchronizer
Expand Down

0 comments on commit 7eeb584

Please sign in to comment.