mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-11 04:32:29 +02:00
Graceful shut down server and vips
This commit is contained in:
@@ -127,6 +127,10 @@ func initVips() {
|
||||
}
|
||||
}
|
||||
|
||||
func shutdownVips() {
|
||||
C.vips_shutdown()
|
||||
}
|
||||
|
||||
func randomAccessRequired(po processingOptions) int {
|
||||
if po.gravity == SMART {
|
||||
return 1
|
||||
|
Reference in New Issue
Block a user