diff options
Diffstat (limited to 'ajax/maps.ajax.php')
-rw-r--r-- | ajax/maps.ajax.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/maps.ajax.php b/ajax/maps.ajax.php index 4919fb9..210fd1b 100644 --- a/ajax/maps.ajax.php +++ b/ajax/maps.ajax.php @@ -31,7 +31,7 @@ if (isset($_GET['mapid'])) { function sendCacheHeaders() {
$expires = 365*24*60*60;
//TODO: Remove this line once we're confident in data in the mapObject.
- $expires = 120;
+ $expires = 31*24*60*60;
header("Cache-Control: public, maxage=".$expires);
header('Expires: ' . gmdate('D, d M Y H:i:s', time()+$expires) . ' GMT');
header("Content-type: text/javascript");
|