Skip to content

Commit

Permalink
increased max to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Mar 11, 2024
1 parent 74c3eb7 commit 61eea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validators/kdbValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import { ext } from "../extensionVariables";
import { validateUtils } from "../utils/validateUtils";

export const MAX_STR_LEN = 1024;
export const MAX_STR_LEN = 2048;

export function validateServerAlias(
input: string | undefined,
Expand Down

0 comments on commit 61eea8b

Please sign in to comment.