diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-03-03 19:10:00 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-03-03 19:17:52 +0200 |
| commit | e572093ef7e0ed4c9d94be4ecaae850bcdb73e54 (patch) | |
| tree | 9c289d5f63d0f52783520c0100c74fd4fb756549 | |
| parent | ca3a23b42641dceaaaea36faef6231c03a563aa3 (diff) | |
#5084 Disable watchdog in 26.1
There is a deadlock that looks to be caused by singleton+watchdog interactions, will resolve in 26.2
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 9058220820..372a84743f 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -13879,7 +13879,7 @@ <key>Type</key> <string>S32</string> <key>Value</key> - <integer>1</integer> + <integer>0</integer> </map> <key>WaterGLFogDensityScale</key> <map> |
