mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 00:43:48 +00:00
Queue a garbage collection after generating commits
This commit is contained in:
parent
c7149cdf8d
commit
86f60519a1
1 changed files with 2 additions and 0 deletions
|
@ -419,6 +419,8 @@ public class Bridge {
|
|||
Log.warn("[{}] IOException on put", projectName);
|
||||
throw e;
|
||||
}
|
||||
|
||||
gcJob.queueForGc(projectName);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue