Commit 0838934e authored by Zachary Scott's avatar Zachary Scott
Browse files

Update README

parent 2c42b0f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ You can define the default HTTP `Cache-Control` header for uploaded media using
following constant:

```PHP
define( 'S3_UPLOADS_CACHE_CONTROL', 30 * 24 * 60 * 60 );
define( 'S3_UPLOADS_HTTP_CACHE_CONTROL', 30 * 24 * 60 * 60 );
	// will expire in 30 days time
```