aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 4 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index c7edebd..78bc75b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,9 @@
1Eclat NEWS -- history of user-visible changes. 2018-03-15 1Eclat NEWS -- history of user-visible changes. 2018-03-16
2Copyright (C) 2012-2018 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5Please send Eclat bug reports to <bug-eclat@gnu.org.ua> 4Please send Eclat bug reports to <bug-eclat@gnu.org.ua>
6 5
7Version 1.1.91 (Git) 6Version 2.0, 2018-03-16
8 7
9* Exponential backoff with jitter 8* Exponential backoff with jitter
10 9
@@ -20,7 +19,7 @@ following formula:
20 19
21where N is the attempt number, M is the value of max-retry-interval 20where N is the attempt number, M is the value of max-retry-interval
22parameter, 'rand(a,b)' selects the integer random number X such that 21parameter, 'rand(a,b)' selects the integer random number X such that
230 <= X <= b, and '**' denotes power operator. The attempts to resend 220 <= X <= b, and '**' denotes the power operator. The attempts to resend
24the request will continue until either a response other than 23the request will continue until either a response other than
25RequestLimitExceeded is received (be it a response to the query or 24RequestLimitExceeded is received (be it a response to the query or
26another error response), or the total time spent in the retry loop 25another error response), or the total time spent in the retry loop
@@ -194,7 +193,7 @@ First alpha release.
194========================================================================= 193=========================================================================
195Copyright information: 194Copyright information:
196 195
197Copyright (C) 2012-2015 Sergey Poznyakoff 196Copyright (C) 2012-2018 Sergey Poznyakoff
198 197
199 Permission is granted to anyone to make or distribute verbatim copies 198 Permission is granted to anyone to make or distribute verbatim copies
200 of this document as received, in any medium, provided that the 199 of this document as received, in any medium, provided that the

Return to:

Send suggestions and report system problems to the System administrator.