diff options
author | Kristian Lyngstol <kly@kly@.no> | 2016-03-26 03:48:12 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly@.no> | 2016-03-26 03:48:12 +0100 |
commit | 004f4efcfd0779f4307b90fed139dc87d01ad0b9 (patch) | |
tree | f63bef356ae23f63e81e79d54c2cc911c4937004 /web/nms.gathering.org/api/public/dhcp | |
parent | 25409cdc01450279ce56b78ce962956a9990a175 (diff) |
NMS: Various performance tweaks
Diffstat (limited to 'web/nms.gathering.org/api/public/dhcp')
-rwxr-xr-x | web/nms.gathering.org/api/public/dhcp | 2 |
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(); |