diff options
author | terry%mozilla.org <> | 2000-02-18 05:40:54 +0000 |
---|---|---|
committer | terry%mozilla.org <> | 2000-02-18 05:40:54 +0000 |
commit | 4ff34e9d3b747097a4bc88efd8171cae832a94e9 (patch) | |
tree | 680a7889e3432e5b5dfe2580a2de9f019fa4c0f3 /doeditparams.cgi | |
parent | 870be34704d0679153de40192b326b076343ba7d (diff) | |
download | bugs-4ff34e9d3b747097a4bc88efd8171cae832a94e9.tar bugs-4ff34e9d3b747097a4bc88efd8171cae832a94e9.tar.gz bugs-4ff34e9d3b747097a4bc88efd8171cae832a94e9.tar.bz2 bugs-4ff34e9d3b747097a4bc88efd8171cae832a94e9.tar.xz bugs-4ff34e9d3b747097a4bc88efd8171cae832a94e9.zip |
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.
Diffstat (limited to 'doeditparams.cgi')
-rwxr-xr-x | doeditparams.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
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 "<PRE>"; +system("./syncshadowdb -v"); +print "</PRE>"; print "OK, done.<p>\n"; print "<a href=editparams.cgi>Edit the params some more.</a><p>\n"; |