@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | return [ |
4 | - 'dripIntervalInMilliSeconds' => 300000, // Drip every 5 minutes |
|
5 | - 'domain' => null, // defaults to url('/') |
|
6 | - 'route' => 'genealabs/laravel-caffeine/drip', // Can be customized |
|
7 | - 'thresholdDifference' => 10000, // When the drip will be considered old to reload the page |
|
4 | + 'dripIntervalInMilliSeconds' => 300000, // Drip every 5 minutes |
|
5 | + 'domain' => null, // defaults to url('/') |
|
6 | + 'route' => 'genealabs/laravel-caffeine/drip', // Can be customized |
|
7 | + 'thresholdDifference' => 10000, // When the drip will be considered old to reload the page |
|
8 | 8 | 'checkLastDripInterval' => 2000 // How often we will check if the drip is old |
9 | 9 | ]; |