diff options
-rw-r--r-- | granolin.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |