Skip to content

Commit 0684b38

Browse files
committed
Fix cache duration to work on 32-bit systems
Fixes #107
1 parent bc9acf3 commit 0684b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/geocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Http\Client\Curl\Client;
1313

1414
return [
15-
'cache-duration' => 999999999,
15+
'cache-duration' => 9999999,
1616
'providers' => [
1717
Chain::class => [
1818
GoogleMaps::class => [

0 commit comments

Comments
 (0)