mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Disable cache in debug
This commit is contained in:
parent
41f99dd793
commit
eedccf03b6
@ -54,6 +54,11 @@ public Response ProcessStaticResourceRequest(NancyContext context, string workin
|
||||
response.Headers.EnableCache();
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
response.Headers.DisableCache();
|
||||
}
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user