https://github.com/entur/irkalla/blob/1fb8dc4e7630e62b40db5b31d09172e80b1b40c4/src/main/java/org/rutebanken/irkalla/domain/CrudEvent.java#L135 max char: 255 Max limit in naba database is 255, if new_value is greater than that, nabu is unable to save notification. ``` notifcation table nabu new_value | character varying(255) | | | ```
irkalla/src/main/java/org/rutebanken/irkalla/domain/CrudEvent.java
Line 135 in 1fb8dc4
max char: 255
Max limit in naba database is 255, if new_value is greater than that, nabu is unable to save notification.