минификсы

This commit is contained in:
Alexey Kasyanchuk
2017-01-21 00:16:56 +03:00
parent 354cb5afd4
commit ab9c2eccbb
2 changed files with 39 additions and 1 deletions

View File

@ -33,7 +33,7 @@ let connectTracker = function(connection) {
// очистка старых соединений
for(transaction in requests) {
if((new Date).getTime() - requests[transaction].date.getTime() > 60 * 1000) {
if((new Date).getTime() - requests[transaction].date.getTime() > 3 * 60 * 1000) {
delete requests[transaction];
}
}