mirror of
https://github.com/Radarr/Radarr
synced 2025-02-20 21:37:18 +00:00
Disabled glimpse by default to avoid memory leaks
This commit is contained in:
parent
f89eff9305
commit
09f76cfa09
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
||||
</DbProviderFactories>
|
||||
</system.data>
|
||||
<glimpse on="true" saveRequestCount="5">
|
||||
<glimpse on="false" saveRequestCount="5">
|
||||
<ipAddresses>
|
||||
<add address="0.0.0.0" />
|
||||
<!--IPv4-->
|
||||
|
|
Loading…
Reference in a new issue