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

View File

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