Skip to content

Commit

Permalink
Merge branch 'fix/slower-data-save' into develop
Browse files Browse the repository at this point in the history
FranzPoize committed Sep 15, 2017
2 parents 9050d49 + 5335509 commit a7935dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/helpers/loadValues.helpers.js
Original file line number Diff line number Diff line change
@@ -91,4 +91,4 @@ export const saveAppValues = _.throttle(() => {
});

AppValues.save({typeface: 'default', values: appValues});
}, 300);
}, 1000);

0 comments on commit a7935dd

Please sign in to comment.