mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-01 09:42:01 -05:00
Disable cache in debug
This commit is contained in:
@@ -54,6 +54,11 @@ public Response ProcessStaticResourceRequest(NancyContext context, string workin
|
||||
response.Headers.EnableCache();
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
response.Headers.DisableCache();
|
||||
}
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user