Skip to content

Commit

Permalink
Add todo for backgrounding remote get all
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Feb 22, 2018
1 parent 3de4dc6 commit 4b5818e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/flipper/adapters/sync/synchronizer.rb
Expand Up @@ -23,6 +23,8 @@ def call

def sync
local_get_all = @local.get_all
# TODO: Move remote get all to background thread to minimize impact to
# whatever is happening in main thread.
remote_get_all = @remote.get_all

# Sync all the gate values.
Expand Down

0 comments on commit 4b5818e

Please sign in to comment.