Skip to content

Commit

Permalink
MaximumStorageSize needs to be an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Dec 6, 2023
1 parent 9e11816 commit 1cdf7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orthanc/orthanc-raw/config/orthanc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// Limit the maximum storage size
"MaximumPatientCount" : 0, // no limit
"MaximumStorageSize" : "${ORTHANC_RAW_MAXIMUM_STORAGE_SIZE}", // MB
"MaximumStorageSize" : ${ORTHANC_RAW_MAXIMUM_STORAGE_SIZE}, // MB
"MaximumStorageMode" : "Recycle",


Expand Down

0 comments on commit 1cdf7f0

Please sign in to comment.