More scrict rules

This commit is contained in:
RainLoop Team 2016-07-05 22:52:52 +03:00
parent 71b6407d61
commit fb2e492ce8
30 changed files with 126 additions and 89 deletions

View file

@ -83,7 +83,7 @@ SettingsUserStore.prototype.populate = function()
{
self.iAutoLogoutTimer = window.setTimeout(function() {
Events.pub('rl.auto-logout');
}, self.autoLogout() * 1000 * 60);
}, self.autoLogout() * Enums.Magics.Time1m);
}
});