UNPKG

236 BJavaScriptView Raw
1'use strict';
2
3exports.__esModule = true;
4var defaultSocketOptions = exports.defaultSocketOptions = {
5 secure: true,
6 hostname: 'remotedev.io',
7 port: 443,
8 autoReconnect: true,
9 autoReconnectOptions: {
10 randomness: 30000
11 }
12};
\No newline at end of file