changeset 2992:5f617f25e646

client: removed timeout again, needs clarification
author Markus Kottlaender <markus@intevation.de>
date Wed, 10 Apr 2019 12:02:45 +0200
parents ce0a1fa84575
children ec3196e2d579
files client/src/lib/http.js
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/lib/http.js	Wed Apr 10 11:30:30 2019 +0200
+++ b/client/src/lib/http.js	Wed Apr 10 12:02:45 2019 +0200
@@ -19,8 +19,7 @@
 const UNAUTHORIZED = 401;
 
 const HTTP = axios.create({
-  baseURL: process.env.VUE_APP_API_URL || "/api",
-  timeout: 5000
+  baseURL: process.env.VUE_APP_API_URL || "/api"
   /* headers: {
     Authorization: 'Bearer {token}'
   }*/