re-enable "reconnecting WS" toast on cloud (#6348)

This error should not actually happen frequently at all, so we can
re-enable without fear of spamming an error that most users would have
no context to understand -- primary benefit is to help user report
better errors should they occur.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6348-re-enable-reconnecting-WS-toast-on-cloud-29a6d73d36508106b893cc0c0aee09fd)
by [Unito](https://www.unito.io)
This commit is contained in:
Christian Byrne
2025-10-28 14:12:42 -07:00
committed by GitHub
parent e7f640b436
commit c374975ddc

View File

@@ -944,7 +944,7 @@ export const CORE_SETTINGS: SettingParams[] = [
id: 'Comfy.Toast.DisableReconnectingToast',
name: 'Disable toasts when reconnecting or reconnected',
type: 'hidden',
defaultValue: isCloud ? true : false,
defaultValue: false,
versionAdded: '1.15.12'
},
{