]> source.dussan.org Git - jgit.git/commit
Move KetchSystem.delay to FileUtils. 88/152588/5
authorHan-Wen Nienhuys <hanwen@google.com>
Wed, 13 Nov 2019 15:12:05 +0000 (07:12 -0800)
committerHan-Wen Nienhuys <hanwen@google.com>
Wed, 13 Nov 2019 23:14:09 +0000 (15:14 -0800)
commit74bfec411223bdfdd0d60aa912d420d9a4447375
treeb5e6be2ed5d917f88a071a6dbb24fc7715e558c9
parent566a46e9ec6abed9521ed74fc14a5734cfd033af
Move KetchSystem.delay to FileUtils.

This will provide exponential backoff with jitter to other JGit
components too.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Change-Id: Idd44e3bbaef6d71134ce2e3f7d405f35e7397cbd
org.eclipse.jgit/src/org/eclipse/jgit/internal/ketch/KetchReplica.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/ketch/KetchSystem.java
org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java