From: Alex O. <no...@gi...> - 2025-05-24 13:47:19
|
Branch: refs/heads/master Home: https://github.com/internetarchive/heritrix3 Commit: 0f0db370ee196a382bf754f4362bc29a54283719 https://github.com/internetarchive/heritrix3/commit/0f0db370ee196a382bf754f4362bc29a54283719 Author: Alex Osborne <aos...@nl...> Date: 2025-05-24 (Sat, 24 May 2025) Changed paths: M engine/src/main/java/org/archive/crawler/Heritrix.java Log Message: ----------- UI: Disable Jetty graceful shutdown for faster restarts Graceful shutdown would be useful if you could deploy the UI in a high-availability configuration and direct new requests to a different instance while the current instance finished its outstanding ones. But as you can't, it's just making restarting Heritrix slow for little benefit. To unsubscribe from these emails, change your notification settings at https://github.com/internetarchive/heritrix3/settings/notifications |