diff options
author | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-26 07:30:07 +0100 |
---|---|---|
committer | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-26 07:30:07 +0100 |
commit | 5755c9a0ef2d72549aa6eb281c6769c8c171421d (patch) | |
tree | f13317e4903ec7de43e6fb46b6181a5730c27016 /web/nms.gathering.org/api/public/dhcp | |
parent | 04b13311cedf90f57db5d53feea7349a008f628b (diff) | |
parent | ec0d348139403d7caba4ee4cbb99d893d8c741b8 (diff) |
Merge branch 'master' of ssh://github.com/tech-server/tgmanage
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(); |