mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2026-01-27 17:11:13 +00:00
remove FIBER_PREFORK
This commit is contained in:
@@ -11,7 +11,6 @@ type config struct {
|
||||
ImgurId string
|
||||
ProtocolDetection bool
|
||||
Secure bool
|
||||
FiberPrefork bool
|
||||
ForceWebp bool
|
||||
ImageCache bool
|
||||
CleanupInterval time.Duration
|
||||
@@ -39,7 +38,6 @@ func LoadConfig() {
|
||||
ImgurId: envString("IMGUR_CLIENT_ID", "546c25a59c58ad7"),
|
||||
ProtocolDetection: envBool("PROTOCOL_DETECTION"),
|
||||
Secure: envBool("SECURE"),
|
||||
FiberPrefork: envBool("FIBER_PREFORK"),
|
||||
ForceWebp: envBool("FORCE_WEBP"),
|
||||
Privacy: map[string]interface{}{
|
||||
"set": os.Getenv("PRIVACY_NOT_COLLECTED") != "",
|
||||
|
||||
Reference in New Issue
Block a user