Skip to content

Commit b8d98f8

Browse files
committed
don't show obnoxious container warning
1 parent 03e2d25 commit b8d98f8

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/overmind/namespaces/server

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/namespaces/server/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const onSSEMessage = (
147147
status: NotificationStatus.ERROR,
148148
});
149149
effects.executor.closeExecutor();
150-
} else {
150+
} else if (!error.includes('is larger than maximum size')) {
151151
effects.notificationToast.add({
152152
title: `Container Warning`,
153153
message: error,

0 commit comments

Comments
 (0)