← Back to context Comment by techn00 2 years ago How do you prevent the user from uploading a 5gb string to one of the fields? 1 comment techn00 Reply stopachka 2 years ago If the field is indexed, we limit the size to 1 kilobyte. If it isn't indexed, the maximum size is 250 mb
stopachka 2 years ago If the field is indexed, we limit the size to 1 kilobyte. If it isn't indexed, the maximum size is 250 mb
If the field is indexed, we limit the size to 1 kilobyte. If it isn't indexed, the maximum size is 250 mb