aboutsummaryrefslogtreecommitdiff
path: root/libexec/save-entropy/save-entropy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/save-entropy/save-entropy.sh')
-rwxr-xr-xlibexec/save-entropy/save-entropy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/save-entropy/save-entropy.sh b/libexec/save-entropy/save-entropy.sh
index 880a988404d7..06319d56e67a 100755
--- a/libexec/save-entropy/save-entropy.sh
+++ b/libexec/save-entropy/save-entropy.sh
@@ -53,7 +53,7 @@ case ${entropy_dir} in
;;
esac
-entropy_save_sz=${entropy_save_sz:-2048}
+entropy_save_sz=${entropy_save_sz:-4096}
entropy_save_num=${entropy_save_num:-8}
if [ ! -d "${entropy_dir}" ]; then