From 4ff34e9d3b747097a4bc88efd8171cae832a94e9 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Fri, 18 Feb 2000 05:40:54 +0000 Subject: Added an optional ability to keep a read-only shadow database, so that bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system. --- doeditparams.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doeditparams.cgi') diff --git a/doeditparams.cgi b/doeditparams.cgi index 7e0a4f193..d37bb042a 100755 --- a/doeditparams.cgi +++ b/doeditparams.cgi @@ -72,6 +72,9 @@ foreach my $i (@::param_list) { WriteParams(); unlink "data/versioncache"; +print "
";
+system("./syncshadowdb -v");
+print "
"; print "OK, done.

\n"; print "Edit the params some more.

\n"; -- cgit v1.2.3-24-g4f1b