diff options
| author | lolcat <will@lolcat.ca> | 2023-07-27 23:06:49 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2023-07-27 23:06:49 -0400 |
| commit | 7c771c82c8e03b337f9f03ae2d4afc25d3f0faca (patch) | |
| tree | 7a4deca784caee3aebaf29b99f7f1f087a2bb9c9 /lib/nextpage.php | |
| parent | 16ee0b368fcf24b48574172726e32a19c275d691 (diff) | |
bug fixes (without google support)
Diffstat (limited to 'lib/nextpage.php')
| -rw-r--r-- | lib/nextpage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nextpage.php b/lib/nextpage.php index a883e49..3fab855 100644 --- a/lib/nextpage.php +++ b/lib/nextpage.php @@ -28,7 +28,7 @@ class nextpage{ $this->scraper . (string)($key), gzdeflate($salt.$iv.$out.$tag), - 420 // cache information for 7 minutes blaze it + 900 // cache information for 15 minutes blaze it ); return |
