mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Try to prevent timeout in /data_control
This commit is contained in:
parent
f6d8df1e83
commit
f15b7cebac
2 changed files with 31 additions and 0 deletions
|
@ -58,6 +58,7 @@ end
|
|||
|
||||
class FilteredCompressHandler < Kemal::Handler
|
||||
exclude ["/videoplayback", "/videoplayback/*", "/vi/*", "/ggpht/*", "/api/v1/auth/notifications"]
|
||||
exclude ["/data_control"], "POST"
|
||||
|
||||
def call(env)
|
||||
return call_next env if exclude_match? env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue