Fix typo
This commit is contained in:
parent
7f5e168fda
commit
4e2ffec656
@ -24,7 +24,7 @@ class InfluxDbLineProtocolWriter extends net.Socket{
|
||||
options.autoReconnectBackoffTime ??= 3000;
|
||||
this._options = options;
|
||||
|
||||
super.setKeepalive(true, 5000);
|
||||
super.setKeepAlive(true, 5000);
|
||||
|
||||
// Register auto-Reconnect if enabled
|
||||
if(this._options.autoReconnect){
|
||||
|
Loading…
x
Reference in New Issue
Block a user