Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0684b38

Browse files
committed
Fix cache duration to work on 32-bit systems
Fixes#107
1 parentbc9acf3 commit0684b38

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
useHttp\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)

[8]ページ先頭

©2009-2025 Movatter.jp