mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 22:38:37 +00:00
Linter fix
This commit is contained in:
parent
d9f2f1c37b
commit
515fec2858
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ class Executor
|
|||
|
||||
// Safety timeout. Executor has timeout, and open runtime has soft timeout.
|
||||
// This one shouldn't really happen, but prevents from unexpected networking behaviours.
|
||||
if($requestTimeout == null) {
|
||||
if ($requestTimeout == null) {
|
||||
$requestTimeout = $timeout + 15;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue