diff --git a/ops/cryps.gg.nginx.conf b/ops/cryps.gg.nginx.conf index 975cf1b1..88c1c101 100644 --- a/ops/cryps.gg.nginx.conf +++ b/ops/cryps.gg.nginx.conf @@ -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; } } diff --git a/ops/migrations/20181014141623_items.js b/ops/migrations/20181014141623_items.js index 0e613ca8..97c7c8c9 100644 --- a/ops/migrations/20181014141623_items.js +++ b/ops/migrations/20181014141623_items.js @@ -8,6 +8,7 @@ exports.up = async knex => { .onDelete('CASCADE'); table.binary('data').notNullable(); table.index('id'); + table.index('account'); }); }; diff --git a/server/WORKLOG.md b/server/WORKLOG.md index 2e9fa413..084e91b5 100644 --- a/server/WORKLOG.md +++ b/server/WORKLOG.md @@ -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