Skip to content

Commit

Permalink
restore limit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Aug 2, 2023
1 parent 91a8b4d commit b3bb8d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class SQLBackendImpl implements SQLBackend{
private final int maxLatestErrors;
private static final String DEFAULT_ERROR_TABLE_SUFFIX = "_error_log";
private static final int DEFAULT_MAX_LATEST_ERRORS = 100;
private static final String DEFAULT_LIMIT_SELECT_EXP_RECORDS = "256";
private static final String DEFAULT_LIMIT_SELECT_EXP_RECORDS = "16384";
private String nlsTimestampFormat;
private String nlsTimestampTzFormat;

Expand Down

0 comments on commit b3bb8d0

Please sign in to comment.