From dfe290a132fab7ab8e6574205f4ceed41eb2eb22 Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 21 Dec 2018 19:41:38 +1100 Subject: [PATCH] proxy timeout --- ops/cryps.gg.nginx.conf | 1 + ops/migrations/20181014141623_items.js | 1 + server/WORKLOG.md | 6 ++++++ 3 files changed, 8 insertions(+) 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