Skip to content

Commit c374975

Browse files
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)
1 parent e7f640b commit c374975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/settings/constants/coreSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ export const CORE_SETTINGS: SettingParams[] = [
944944
id: 'Comfy.Toast.DisableReconnectingToast',
945945
name: 'Disable toasts when reconnecting or reconnected',
946946
type: 'hidden',
947-
defaultValue: isCloud ? true : false,
947+
defaultValue: false,
948948
versionAdded: '1.15.12'
949949
},
950950
{

0 commit comments

Comments
 (0)