From a0cb47ddcfcafc8a254de6b7574838d61a593bdd Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 18 Apr 2017 19:35:44 +0200 Subject: keepalive --- api.js | 1 - 1 file changed, 1 deletion(-) (limited to 'api.js') diff --git a/api.js b/api.js index 915530b..1672728 100644 --- a/api.js +++ b/api.js @@ -31,7 +31,6 @@ const notif = webstomp.over(new WebSocket(API_WS_URL, ); })(); -// TODO use keepalive / connection pool function getMap(url) { return request({ uri: API_MAP_URL + url, -- cgit v1.3.1