We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c6701 commit e91c4b6Copy full SHA for e91c4b6
bin/lib/objects/PDFs.py
@@ -24,7 +24,7 @@
24
r_cache = config_loader.get_redis_conn("Redis_Cache", decode_responses=False)
25
r_serv_metadata = config_loader.get_db_conn("Kvrocks_Objects")
26
PDF_FOLDER = os.path.join(config_loader.get_files_directory('files'), 'pdf')
27
-PDF_MAX_SIZE = config_loader.get_config_int('Directories', 'config_loader') # bytes
+PDF_MAX_SIZE = config_loader.get_config_int('Directories', 'max_pdf_size') # bytes
28
baseurl = config_loader.get_config_str("Notifications", "ail_domain")
29
config_loader = None
30
0 commit comments