diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-16 19:02:51 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-16 19:02:51 +0200 |
| commit | 60db49fb5f2891047813947190cc84ff3d425a39 (patch) | |
| tree | 537ed6daed6bc8d61006a7e66e00de9e1636b43f | |
| parent | eda6a90af3791afd8b4ad68129b5e31ea2deb26d (diff) | |
| download | telesucker-60db49fb5f2891047813947190cc84ff3d425a39.tar.gz telesucker-60db49fb5f2891047813947190cc84ff3d425a39.zip | |
telemetry: do phases from start to timerelease/2.4.0
| -rw-r--r-- | worker.js | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -120,13 +120,14 @@ if (LOGGLY_TOKEN) 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 - gamePhase(10 * 60, 15 * 60), // mid game Gold miner - gamePhase(15 * 60, 20 * 60), // mid game Kraken - gamePhase(20 * 60, 25 * 60), // late game - gamePhase(25 * 60, 30 * 60), // late game - gamePhase(30 * 60, 90 * 60) // still playing? + gamePhase(0, 4 * 60), // early game + gamePhase(0, 8 * 60), // miner full + gamePhase(0, 12 * 60), // miner full + gamePhase(0, 15 * 60), // Kraken spawn + gamePhase(0, 20 * 60), // late mid game + gamePhase(0, 25 * 60), // late game + gamePhase(0, 30 * 60), // late game + gamePhase(0, 90 * 60) // still playing? ]; await Promise.each(phases, async (phase) => { if (phase.data.length > 0) |
