mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 19:16:16 +02:00
I often find that when I run a command it takes a long time to start up because sbt triggers a full gc. To improve the ux, I update the command exchange to run full gc only once while it's waiting for a command to run and only after the user has been idle for at least one minute. Bonus: optimize imports