Skip to content

Commit

Permalink
Remove MAX_STRING_LENGTH.
Browse files Browse the repository at this point in the history
  • Loading branch information
toshihikoyanase committed Mar 2, 2021
1 parent ab39c62 commit 6eba4be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optuna/storages/_rdb/models.py
Expand Up @@ -28,7 +28,6 @@
SCHEMA_VERSION = 12

MAX_INDEXED_STRING_LENGTH = 512
MAX_STRING_LENGTH = 2048
MAX_VERSION_LENGTH = 256

NOT_FOUND_MSG = "Record does not exist."
Expand Down

0 comments on commit 6eba4be

Please sign in to comment.