chore: add SAMPLES_ROW_LIMIT in frontend conf (#20841)

This commit is contained in:
Yongjie Zhao 2022-07-25 15:21:16 +08:00 committed by GitHub
parent 9bf7ed58cd
commit 644148b37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ FRONTEND_CONF_KEYS = (
"CSV_EXTENSIONS",
"COLUMNAR_EXTENSIONS",
"ALLOWED_EXTENSIONS",
"SAMPLES_ROW_LIMIT",
)
logger = logging.getLogger(__name__)