proxy timeout

This commit is contained in:
ntr 2018-12-21 19:41:38 +11:00
parent b9e74f1d0d
commit dfe290a132
3 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,7 @@ server {
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade; proxy_set_header Connection $connection_upgrade;
proxy_read_timeout 600s;
} }
} }

View File

@ -8,6 +8,7 @@ exports.up = async knex => {
.onDelete('CASCADE'); .onDelete('CASCADE');
table.binary('data').notNullable(); table.binary('data').notNullable();
table.index('id'); table.index('id');
table.index('account');
}); });
}; };

View File

@ -15,6 +15,12 @@ strangle
## SOON ## SOON
* tutorial * tutorial
* aoe skills * aoe skills
* keep track of games joined
* concede game on leave
* ko all cryps on team, check status
should correctly assign the winner and drop items
* cryp speed * cryp speed
* modifies skill base speed * modifies skill base speed