From 19cf57760ce6a612a68b6b2e65933ceca4bbec97 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 13 Apr 2020 16:48:39 -0500 Subject: changed default sync timeout from 10sec to 30sec --- granolin.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'granolin.lisp') diff --git a/granolin.lisp b/granolin.lisp index 583d46b..3768426 100644 --- a/granolin.lisp +++ b/granolin.lisp @@ -42,7 +42,7 @@ (timeout :accessor timeout :initarg :timeout - :initform (* 1000 10) + :initform (* 1000 30) :type integer :documentation "The length of time, in ms, to wait during long-polling to /sync") (access-token -- cgit v1.2.3