Skip to content

Commit

Permalink
don't update queue too often
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Mar 31, 2015
1 parent f835473 commit 0eaf455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EiskaltApp.value('settings', {
refresh: {
hashAndRatio: 5000,
chat: 3000,
queues: 3000
queues: 5000
},
settings: [
{key: 'Nick', type: 'text'},
Expand Down

0 comments on commit 0eaf455

Please sign in to comment.