proxy timeout
This commit is contained in:
parent
b9e74f1d0d
commit
dfe290a132
@ -29,6 +29,7 @@ server {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
proxy_read_timeout 600s;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -8,6 +8,7 @@ exports.up = async knex => {
|
||||
.onDelete('CASCADE');
|
||||
table.binary('data').notNullable();
|
||||
table.index('id');
|
||||
table.index('account');
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@ -15,6 +15,12 @@ strangle
|
||||
## SOON
|
||||
* tutorial
|
||||
* 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
|
||||
* modifies skill base speed
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user