diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-16 17:25:32 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-16 17:25:32 +0200 |
| commit | eda6a90af3791afd8b4ad68129b5e31ea2deb26d (patch) | |
| tree | d8a9b0be8acac1de72d49ab717944ca4847aa9bf | |
| parent | 5981f309d5ca2f3671926002ca647559f01df704 (diff) | |
| download | sampler-eda6a90af3791afd8b4ad68129b5e31ea2deb26d.tar.gz sampler-eda6a90af3791afd8b4ad68129b5e31ea2deb26d.zip | |
Telemetrd: add a phase that spans the whole match
| -rw-r--r-- | worker.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
