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 b3bb8d0 commit e1e7f7d
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 = "16384";
private static final String DEFAULT_LIMIT_SELECT_EXP_RECORDS = "8192";
private String nlsTimestampFormat;
private String nlsTimestampTzFormat;

Expand Down

0 comments on commit e1e7f7d

Please sign in to comment.