respect timeout in native backend

This commit is contained in:
Robin Appelman 2018-08-24 15:20:33 +02:00
commit 24e0162914
3 changed files with 6 additions and 3 deletions

View file

@ -53,7 +53,7 @@ class NativeShare extends AbstractShare {
}
$this->state = new NativeState();
$this->state->init($this->server->getAuth());
$this->state->init($this->server->getAuth(), $this->server->getOptions());
return $this->state;
}