Skip to content

Commit

Permalink
Add todo for sync adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Feb 12, 2018
1 parent 62b8492 commit 96b08ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/flipper/adapters/sync.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module Flipper
module Adapters
# TODO: Syncing should happen in a background thread on a regular interval
# rather than in the main thread only when reads happen.
class Sync
include ::Flipper::Adapter

Expand Down

0 comments on commit 96b08ef

Please sign in to comment.