Remove unnecessary clause
This commit is contained in:
parent
341e245c09
commit
49eed55735
1 changed files with 1 additions and 4 deletions
|
@ -762,10 +762,7 @@ maybepush_ledgercache(MaxCacheSize, Cache, Penciller) ->
|
|||
|
||||
|
||||
maybe_withjitter(CacheSize, MaxCacheSize) ->
|
||||
|
||||
if
|
||||
CacheSize > 2 * MaxCacheSize ->
|
||||
true;
|
||||
CacheSize > MaxCacheSize ->
|
||||
T = 2 * MaxCacheSize - CacheSize,
|
||||
R = random:uniform(CacheSize),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue