From af190ee5e74dcc7f21a969ccaeebff37dc94f865 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Sun, 5 May 2024 16:47:54 -0400 Subject: [PATCH] Housekeeping --- actions/actions_plugins/postgres-universal/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/actions_plugins/postgres-universal/actions.py b/actions/actions_plugins/postgres-universal/actions.py index e1f10ae6..6c61b626 100644 --- a/actions/actions_plugins/postgres-universal/actions.py +++ b/actions/actions_plugins/postgres-universal/actions.py @@ -5,7 +5,7 @@ CONNECTION_FILE_PATH = "postgres_data_connection.json" -MAX_CHARS_TOT = 10000 +MAX_CHARS_TOT = 100000 class ReadOnlyConnection: