From: Steinar H. Gunderson Date: Sun, 21 Jun 2015 21:19:56 +0000 (+0200) Subject: Version bump is done. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=f98a82fad222242e29e05b7c59bf69ae29a0d034 Version bump is done. --- diff --git a/www/serve-analysis.js b/www/serve-analysis.js index e45e34f..675117c 100644 --- a/www/serve-analysis.js +++ b/www/serve-analysis.js @@ -13,7 +13,7 @@ var delta = require('./js/json_delta.js'); // Constants. var JSON_FILENAME = '/srv/analysis.sesse.net/www/analysis.json'; var HISTORY_TO_KEEP = 5; -var MINIMUM_VERSION = 2015062104; +var MINIMUM_VERSION = null; // If set to 1, we are already processing a JSON update and should not // start a new one. If set to 2, we are _also_ having one in the queue.