From 0601ac51be2cb0ad0806e5b676f3ec6471785180 Mon Sep 17 00:00:00 2001 From: Brian Moe <bmoe@gravity.phys.uwm.edu> Date: Thu, 15 Apr 2010 10:35:31 -0500 Subject: [PATCH] changed max latency to 1800 per Larry. --- gracedb/management/commands/make_histograms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gracedb/management/commands/make_histograms.py b/gracedb/management/commands/make_histograms.py index 1b699823b..d1413ff60 100644 --- a/gracedb/management/commands/make_histograms.py +++ b/gracedb/management/commands/make_histograms.py @@ -17,7 +17,7 @@ from subprocess import Popen, PIPE, STDOUT DEST_DIR = "/var/www/html/histo/2" -MAX_X = 3600 +MAX_X = 1800 class Command(NoArgsCommand): -- GitLab