Queue a garbage collection after generating commits

This commit is contained in:
Michael Walker 2018-03-09 11:06:26 +00:00
parent c7149cdf8d
commit 86f60519a1

View file

@ -419,6 +419,8 @@ public class Bridge {
Log.warn("[{}] IOException on put", projectName);
throw e;
}
gcJob.queueForGc(projectName);
}
/**