aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/api/public/dhcp
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly@.no>2016-03-26 03:48:12 +0100
committerKristian Lyngstol <kly@kly@.no>2016-03-26 03:48:12 +0100
commit004f4efcfd0779f4307b90fed139dc87d01ad0b9 (patch)
treef63bef356ae23f63e81e79d54c2cc911c4937004 /web/nms.gathering.org/api/public/dhcp
parent25409cdc01450279ce56b78ce962956a9990a175 (diff)
NMS: Various performance tweaks
Diffstat (limited to 'web/nms.gathering.org/api/public/dhcp')
-rwxr-xr-xweb/nms.gathering.org/api/public/dhcp2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/api/public/dhcp b/web/nms.gathering.org/api/public/dhcp
index 91d52af..7b048d1 100755
--- a/web/nms.gathering.org/api/public/dhcp
+++ b/web/nms.gathering.org/api/public/dhcp
@@ -15,6 +15,6 @@ while ( my $ref = $q->fetchrow_hashref() ) {
$json{'dhcp'}{$ref->{'sysname'}} = $ref->{'time'};
}
-$nms::web::cc{'max-age'} = "5";
+$nms::web::cc{'max-age'} = "10";
$nms::web::cc{'stale-while-revalidate'} = "30";
finalize_output();