diff options
| author | Adam Ierymenko <[email protected]> | 2020-09-30 15:21:58 -0400 |
|---|---|---|
| committer | Adam Ierymenko <[email protected]> | 2020-09-30 15:21:58 -0400 |
| commit | bb45f9ca3c8f17f2658f41a41202b012b99ba1bf (patch) | |
| tree | 3885090fd2548e6c146c209118fcd625620930b1 /controller/LFDB.cpp | |
| parent | c7dcbba442449a6890d6d36c08949a91c2ff2f2b (diff) | |
Upgrade cpp-httplib
Diffstat (limited to 'controller/LFDB.cpp')
| -rw-r--r-- | controller/LFDB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/LFDB.cpp b/controller/LFDB.cpp index ac029cc2..47b6d511 100644 --- a/controller/LFDB.cpp +++ b/controller/LFDB.cpp @@ -48,7 +48,7 @@ LFDB::LFDB(const Identity &myId,const char *path,const char *lfOwnerPrivate,cons char maskingKey [128]; Utils::hex(sha512pk,32,maskingKey); - httplib::Client htcli(_lfNodeHost.c_str(),_lfNodePort,600); + httplib::Client htcli(_lfNodeHost.c_str(),_lfNodePort); int64_t timeRangeStart = 0; while (_running.load()) { { |
