summaryrefslogtreecommitdiffstats
path: root/rest.cgi
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-31 19:54:12 +0200
committerGitHub <noreply@github.com>2018-07-31 19:54:12 +0200
commite1b3729da40453f33a836eb75c8990cb4a42a634 (patch)
treec052bbfee879693e1fb879976863d84d2ff9c88a /rest.cgi
parentd133f849672bdd7ad1b22e2ffc327fc65c2b95e8 (diff)
downloadbugzilla-e1b3729da40453f33a836eb75c8990cb4a42a634.tar.gz
bugzilla-e1b3729da40453f33a836eb75c8990cb4a42a634.tar.xz
Bug 1320977 - performance tweaks
Diffstat (limited to 'rest.cgi')
-rwxr-xr-xrest.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest.cgi b/rest.cgi
index 2df7e50bb..b64a6e6a3 100755
--- a/rest.cgi
+++ b/rest.cgi
@@ -24,6 +24,7 @@ BEGIN {
}
}
use Bugzilla::WebService::Server::REST;
+
Bugzilla->usage_mode(USAGE_MODE_REST);
local @INC = (bz_locations()->{extensionsdir}, @INC);
my $server = new Bugzilla::WebService::Server::REST;