mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Fix media proxy RedisLocks auto-releasing too fast (#16291)
Follow-up to #16276
This commit is contained in:
parent
1db28332b5
commit
12f8f39e25
@ -45,7 +45,7 @@ class MediaProxyController < ApplicationController
|
||||
end
|
||||
|
||||
def lock_options
|
||||
{ redis: Redis.current, key: "media_download:#{params[:id]}" }
|
||||
{ redis: Redis.current, key: "media_download:#{params[:id]}", autorelease: 15.minutes.seconds }
|
||||
end
|
||||
|
||||
def reject_media?
|
||||
|
Loading…
Reference in New Issue
Block a user