diff options
author | Hugo Arès | 2018-08-15 13:54:29 +0000 |
---|---|---|
committer | Hugo Arès | 2018-08-16 00:53:33 +0000 |
commit | d4a19c328fb07e6adafaf0f6a88c22f007ac5753 (patch) | |
tree | abeb86f92bb579cfcb682f49416aae1c14d48930 /org.eclipse.jgit.test/tst | |
parent | 29118ed117097c63bbd769ec8c6eedf0bd2f7e26 (diff) | |
download | jgit-d4a19c328fb07e6adafaf0f6a88c22f007ac5753.tar.gz jgit-d4a19c328fb07e6adafaf0f6a88c22f007ac5753.tar.xz jgit-d4a19c328fb07e6adafaf0f6a88c22f007ac5753.zip |
Fix GC run in foreground to not use executor
Since I3870cadb4, GC task was always delegated to an executor even when
background option was set to false. This was an issue because if more
than one GC object was instantiated and executed in parallel, only one GC
was actually running because of the single thread executor.
Change-Id: I8c587d22d63c1601b7d75914692644a385cd86d6
Signed-off-by: Hugo Arès <hugo.ares@ericsson.com>
Diffstat (limited to 'org.eclipse.jgit.test/tst')
0 files changed, 0 insertions, 0 deletions