Try to prevent timeout in /data_control

This commit is contained in:
Omar Roth
2019-04-24 20:18:35 -05:00
parent f6d8df1e83
commit f15b7cebac
2 changed files with 31 additions and 0 deletions

View File

@@ -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