diff options
author | onefang | 2021-08-26 06:21:19 +1000 |
---|---|---|
committer | onefang | 2021-08-26 06:21:19 +1000 |
commit | cdfbb899f1112dab44d5490838765e9bd73bc60e (patch) | |
tree | 52cddd0b76e7ad8544a0ada533f91bb5fc402025 /bin/Robust32.exe.config | |
parent | Still failing to reconnect for dbCount(), just set the fucking timeout to a y... (diff) | |
parent | Don't strip (OWNER) out of script error report. (diff) | |
download | opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.zip opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.tar.gz opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.tar.bz2 opensim-SC-cdfbb899f1112dab44d5490838765e9bd73bc60e.tar.xz |
Merge branch 'switch' into Domme.
Diffstat (limited to 'bin/Robust32.exe.config')
-rw-r--r-- | bin/Robust32.exe.config | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/Robust32.exe.config b/bin/Robust32.exe.config index ca3ee0e..eaf4fde 100644 --- a/bin/Robust32.exe.config +++ b/bin/Robust32.exe.config | |||
@@ -3,9 +3,6 @@ | |||
3 | <configSections> | 3 | <configSections> |
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | 4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> |
5 | </configSections> | 5 | </configSections> |
6 | <startup> | ||
7 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> | ||
8 | </startup> | ||
9 | <runtime> | 6 | <runtime> |
10 | <loadFromRemoteSources enabled="true" /> | 7 | <loadFromRemoteSources enabled="true" /> |
11 | </runtime> | 8 | </runtime> |
@@ -69,4 +66,4 @@ | |||
69 | </providers> | 66 | </providers> |
70 | </roleManager> | 67 | </roleManager> |
71 | </system.web> | 68 | </system.web> |
72 | </configuration> \ No newline at end of file | 69 | </configuration> |