Completed
Pull Request — master (#71)
by
unknown
04:48
created
config/genealabs-laravel-caffeine.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
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
 ];
Please login to merge, or discard this patch.