Closed iluhavlg closed 1 year ago
To configure the maximum allowable file size to be uploaded by clients, the property plugin.httpfileupload.maxFileSize can be set to a value in bytes. If not set, a default value is used.
So where default value comes from? And what is this value?
It is defined here: https://github.com/guusdk/httpfileuploadcomponent/blob/master/src/main/java/nl/goodbytes/xmpp/xep0363/SlotManager.java#L36
Thanks!
So where default value comes from? And what is this value?