diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-18 19:35:44 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-18 19:35:44 +0200 |
| commit | a0cb47ddcfcafc8a254de6b7574838d61a593bdd (patch) | |
| tree | ea910abb0e798e7586570156c7188b71d4949c94 /api.js | |
| parent | 273039d6f4a882b4b4665f13a46ee2a3d3b02bcc (diff) | |
| download | discordbot-a0cb47ddcfcafc8a254de6b7574838d61a593bdd.tar.gz discordbot-a0cb47ddcfcafc8a254de6b7574838d61a593bdd.zip | |
keepalive
Diffstat (limited to 'api.js')
| -rw-r--r-- | api.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |
