From 2c1237e98bf11b06cc4b1926b0e5b20156bb8e71 Mon Sep 17 00:00:00 2001 From: "mika.busch" Date: Mon, 24 Feb 2025 17:59:52 +0100 Subject: [PATCH] commented out to keep default --- netbox/netbox/configuration_example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/netbox/configuration_example.py b/netbox/netbox/configuration_example.py index ad49baea8..d9861545c 100644 --- a/netbox/netbox/configuration_example.py +++ b/netbox/netbox/configuration_example.py @@ -223,8 +223,8 @@ SESSION_FILE_PATH = None # By default the memory and disk sizes are displayed using base 10 (e.g. 1000 MB = 1 GB). # If you would like to use base 2 (e.g. 1024 MB = 1 GB) set this to 1024. -DISK_BASE_UNIT = 1024 -RAM_BASE_UNIT = 1024 +# DISK_BASE_UNIT = 1024 +# RAM_BASE_UNIT = 1024 # By default, uploaded media is stored on the local filesystem. Using Django-storages is also supported. Provide the # class path of the storage driver in STORAGE_BACKEND and any configuration options in STORAGE_CONFIG. For example: