From eda6a90af3791afd8b4ad68129b5e31ea2deb26d Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 16 May 2017 17:25:32 +0200 Subject: Telemetrd: add a phase that spans the whole match --- worker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/worker.js b/worker.js index c998e0d..eb65fd1 100644 --- a/worker.js +++ b/worker.js @@ -118,6 +118,7 @@ if (LOGGLY_TOKEN) } }; // split into phases const phases = [ + gamePhase(0, 90 * 60), // whole gamePhase(0, 1 * 60), // start gamePhase(1 * 60, 4 * 60), // early game gamePhase(4 * 60, 10 * 60), // mid game -- cgit v1.3.1