LiveCloud Forums
cdb_setCloudTolerance defaults - Printable Version

+- LiveCloud Forums (https://forums.livecloud.io)
+-- Forum: General (https://forums.livecloud.io/forumdisplay.php?fid=1)
+--- Forum: General (https://forums.livecloud.io/forumdisplay.php?fid=3)
+--- Thread: cdb_setCloudTolerance defaults (/showthread.php?tid=118)



cdb_setCloudTolerance defaults - simon.schvartzman - 08-31-2019

Hi, does anyone know the defaults for:

pTimeoutInterval, pCheckInternetInterval 

in the command:

cdb_setCloudTolerance pTimeoutInterval, pCheckInternetInterval command?

In other words, if I do not issue the command how long the intervals are going to be?

Thanks...


RE: cdb_setCloudTolerance defaults - efrain.c - 09-03-2019

Hi Simon,

The default values are:

pTimeoutInterval - 10000 milliseconds
pCheckInternetInterval - 4000 milliseconds


RE: cdb_setCloudTolerance defaults - simon.schvartzman - 09-03-2019

(09-03-2019, 05:47 PM)efrain.c Wrote: Hi Simon,

The default values are:

pTimeoutInterval - 10000 milliseconds
pCheckInternetInterval - 4000 milliseconds

Thanks Efrain, I'd suggest to add this (useful) info into the documentation.

Regards