FILE_UPLOAD_MAX_MEMORY_SIZE configuration parameter is missing #7684

Closed
opened 2025-12-29 20:26:58 +01:00 by adam · 1 comment
Owner

Originally created by @Ren60FHk on GitHub (Feb 27, 2023).

NetBox version

3.4.5

Python version

3.8

Steps to Reproduce

  1. Upgrade to version 3.4.5.

Expected Behavior

Presence of the FILE_UPLOAD_MAX_MEMORY_SIZE configuration parameter in the configuration_example.py.

Observed Behavior

Absence of the FILE_UPLOAD_MAX_MEMORY_SIZE configuration parameter in the configuration_example.py.

P.S. I'm sure this is not a bug, actually, but I didn't find the appropriate place to inform about it.

Originally created by @Ren60FHk on GitHub (Feb 27, 2023). ### NetBox version 3.4.5 ### Python version 3.8 ### Steps to Reproduce 1. Upgrade to version 3.4.5. ### Expected Behavior Presence of the `FILE_UPLOAD_MAX_MEMORY_SIZE` configuration parameter in the **configuration_example.py**. ### Observed Behavior Absence of the `FILE_UPLOAD_MAX_MEMORY_SIZE` configuration parameter in the **configuration_example.py**. P.S. I'm sure this is not a bug, actually, but I didn't find the appropriate place to inform about it.
adam closed this issue 2025-12-29 20:26:58 +01:00
Author
Owner

@jeremystretch commented on GitHub (Feb 27, 2023):

Not every potential configuration parameter is listed in the example configuration. Please consult the documentation for a complete listing.

@jeremystretch commented on GitHub (Feb 27, 2023): Not every potential configuration parameter is listed in the example configuration. Please consult [the documentation](https://docs.netbox.dev/en/stable/configuration/) for a complete listing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7684