Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2021-11-01 20:52:54 +01:00
Родитель 5e312458a7
Коммит 7b6eb007ba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -56,13 +56,11 @@ class WatchController extends Controller {
* @NoCSRFRequired
*/
public function watchPoll(int $pollId, ?int $offset): DataResponse {
return $this->responseLong(function () use ($pollId, $offset) {
$start = time();
$timeout = 30;
$offset = $offset ?? $start;
\OC::$server->getLogger()->error(json_encode($this->appSettings->getUpdateType()));
if ($this->appSettings->getUpdateType() === 'longPolling') {
while (empty($updates) && time() <= $start + $timeout) {
sleep(1);