chore: cast to string

This commit is contained in:
Daniel Langbein 2024-02-06 18:36:18 +01:00
parent 555843a140
commit a57023de1f
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -39,7 +39,7 @@
# Set this as high as possible, but leave some buffer (e.g. 500 MB). # Set this as high as possible, but leave some buffer (e.g. 500 MB).
# As of 2024-02 the possible maximum is 4194304 # As of 2024-02 the possible maximum is 4194304
# Example: If you have 4 GB memory, set this to 3500000. # Example: If you have 4 GB memory, set this to 3500000.
pbkdf-memory = 4000000; pbkdf-memory = "4000000";
}) })
# Change device name match your block device. # Change device name match your block device.