diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-03-13 22:04:00 +0100 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-03-13 22:04:00 +0100 |
commit | a57fe6b9a707222e0ca1b4e18a542b5b179e6b72 (patch) | |
tree | d342d858c8e142dafb76bb5d326ec1ebb3e040b3 /web/nms.gathering.org/api/public/switch-state | |
parent | 8a89ee32f56e37848ad29be033b095c46b7ce9e3 (diff) | |
parent | fe776bbc6f2e62436acea72f2f3bf027a6138ed8 (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'web/nms.gathering.org/api/public/switch-state')
-rwxr-xr-x | web/nms.gathering.org/api/public/switch-state | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/nms.gathering.org/api/public/switch-state b/web/nms.gathering.org/api/public/switch-state index e494e6d..999a1d8 100755 --- a/web/nms.gathering.org/api/public/switch-state +++ b/web/nms.gathering.org/api/public/switch-state @@ -41,4 +41,6 @@ while (my $ref = $qs->fetchrow_hashref()) { $nms::web::json{'switches'}{$ref->{'switch'}}{'latency_secondary'} = $ref->{'latency_ms'}; } +$nms::web::cc{'max-age'} = "5"; +$nms::web::cc{'stale-while-revalidate'} = "30"; finalize_output(); |