Skip to content

Commit

Permalink
Flipping bad setting (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaisarma authored Jun 18, 2018
1 parent 1d6a208 commit 0d336b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

const INTERNAL_APP_SETTINGS = {
adapter: 'indexeddb',
debounceSegmentSaves: false
debounceSegmentSaves: true
};

const TEST_SETTINGS = {
Expand Down

0 comments on commit 0d336b6

Please sign in to comment.