mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 18:13:46 +01:00
fix: avoid double ips using dyndns
This commit is contained in:
parent
994721b727
commit
9800ecafbc
2
main.pas
2
main.pas
@ -65,7 +65,7 @@ const
|
|||||||
MINUTES = HOURS*60;
|
MINUTES = HOURS*60;
|
||||||
SECONDS = MINUTES*60; // Tdatetime * SECONDS = time in seconds
|
SECONDS = MINUTES*60; // Tdatetime * SECONDS = time in seconds
|
||||||
ETA_FRAME = 5; // time frame for ETA (in seconds)
|
ETA_FRAME = 5; // time frame for ETA (in seconds)
|
||||||
DOWNLOAD_MIN_REFRESH_TIME :Tdatetime = 1/(5*SECONDS); // 5 Hz
|
DOWNLOAD_MIN_REFRESH_TIME :Tdatetime = 1/3/SECONDS; // 3 Hz
|
||||||
BYTES_GROUPING_THRESHOLD :Tdatetime = 1/SECONDS; // group bytes in log
|
BYTES_GROUPING_THRESHOLD :Tdatetime = 1/SECONDS; // group bytes in log
|
||||||
IPS_THRESHOLD = 50; // used to avoid an external file for few IPs (ipsEverConnected list)
|
IPS_THRESHOLD = 50; // used to avoid an external file for few IPs (ipsEverConnected list)
|
||||||
STATUSBAR_REFRESH = 10; // tenth of second
|
STATUSBAR_REFRESH = 10; // tenth of second
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user