mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
actually up timeout to 15s for transifex
This commit is contained in:
parent
ac4c513a5c
commit
7bfc8081c9
1 changed files with 1 additions and 1 deletions
2
lib/thirdparty/Transifex.class.php
vendored
2
lib/thirdparty/Transifex.class.php
vendored
|
@ -14,7 +14,7 @@ class Transifex
|
|||
return json_decode(CurlWithCache::get($url, [], [
|
||||
'password' => 'api:' . Config::get(Config::TRANSIFEX_API_KEY),
|
||||
'cache' => $cache ? 1000 * 60 * 60 * 8 : false,
|
||||
'timeout' => 5
|
||||
'timeout' => 15
|
||||
]), true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue