refac: do NOT change default behaviour in a PR

This commit is contained in:
Timothy J. Baek
2024-08-27 15:56:47 +02:00
parent 69c4687a53
commit ef28330c1a
2 changed files with 22 additions and 14 deletions

View File

@@ -233,8 +233,8 @@
tikaServerUrl = res.content_extraction.tika_server_url;
showTikaServerUrl = contentExtractionEngine === 'tika';
fileMaxSize = res.file.file_max_size;
fileMaxCount = res.file.file_max_count;
fileMaxSize = res.file.max_size;
fileMaxCount = res.file.max_count;
}
});
</script>