From f98a82fad222242e29e05b7c59bf69ae29a0d034 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 21 Jun 2015 23:19:56 +0200 Subject: [PATCH] Version bump is done. --- www/serve-analysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2