Add max_download_items to users.get_current_user endpoint response

This commit is contained in:
allegroai
2023-07-26 18:45:42 +03:00
parent 752020c66a
commit c196043d2a
5 changed files with 34 additions and 18 deletions

View File

@@ -4,5 +4,6 @@ tags_cache {
download {
redis_timeout_sec: 300
batch_size: 500
max_download_items: 50000
max_project_name_length: 60
}