Browse Source

updated tick setting name

Rafał Pitoń 10 years ago
parent
commit
ac2e113aa5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      misago/emberapp/config/environment.js

+ 2 - 2
misago/emberapp/config/environment.js

@@ -35,7 +35,7 @@ module.exports = function(environment) {
       API_ADD_TRAILING_SLASHES: true,
       API_ADD_TRAILING_SLASHES: true,
 
 
       // Misago ticks frequency (in ms, used for refreshing timestamps)
       // Misago ticks frequency (in ms, used for refreshing timestamps)
-      TICK_FREQUENCY: 15000,
+      tickFrequency: 15000,
 
 
       // Toastings time
       // Toastings time
       toastBaseDisplayTime: 4000,
       toastBaseDisplayTime: 4000,
@@ -52,7 +52,7 @@ module.exports = function(environment) {
     // ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
     // ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
     ENV.APP.LOG_VIEW_LOOKUPS = true;
     ENV.APP.LOG_VIEW_LOOKUPS = true;
 
 
-    ENV.APP.TICK_FREQUENCY = 1000;
+    ENV.APP.tickFrequency = 1000;
   }
   }
 
 
   if (environment === 'test') {
   if (environment === 'test') {