Merge "Make API requests after 50 ms" into mpga

This commit is contained in:
jenkins-bot 2016-12-16 11:07:19 +00:00 committed by Gerrit Code Review
commit fc75d9ec0d

View file

@ -22,7 +22,7 @@
SETTINGS_CHANGE: 'SETTINGS_CHANGE',
EVENT_LOGGED: 'EVENT_LOGGED'
},
FETCH_START_DELAY = 500, // ms.
FETCH_START_DELAY = 50, // ms.
ABANDON_END_DELAY = 300; // ms.
/**