From f9cc2ad70a57ed2780cc72884b38179879f58ffa Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 27 Feb 2019 04:13:56 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/api/reader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/api/reader.js b/client/api/reader.js index 8031e10a..5b1b8ab4 100644 --- a/client/api/reader.js +++ b/client/api/reader.js @@ -11,7 +11,7 @@ const workerApi = axios.create({ class Reader { async loadBook(url, callback) { - const refreshPause = 200; + const refreshPause = 300; if (!callback) callback = () => {}; let response = await api.post('/load-book', {type: 'url', url});