diff --git a/server/src/uds/core/managers/notifications.py b/server/src/uds/core/managers/notifications.py index 65e65b30e..f4ce492f2 100644 --- a/server/src/uds/core/managers/notifications.py +++ b/server/src/uds/core/managers/notifications.py @@ -96,7 +96,7 @@ def notify( message = message % args except Exception: message = message + ' ' + str(args) + ' (format error)' - message = message[:4096] # Max length of message + message = message[:4000] # Max length of message, fixed to ensure it also supports sqlserver # Store the notification on local persistent storage # Will be processed by UDS backend try: