diff options
author | jim-p <jimp@pfsense.org> | 2010-11-24 20:07:49 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-11-24 20:07:49 -0500 |
commit | 55845ffbb0d8665b104388630283432dceb54b68 (patch) | |
tree | 043f148c2dfecf07a90562c9bdf859200206b336 | |
parent | ada47c035934c911e8bac7e6f67167a4ab84624c (diff) | |
download | pfsense-packages-55845ffbb0d8665b104388630283432dceb54b68.tar.gz pfsense-packages-55845ffbb0d8665b104388630283432dceb54b68.tar.bz2 pfsense-packages-55845ffbb0d8665b104388630283432dceb54b68.zip |
Save registration file more often, so the (still unwritten) list of registered phones is not too far out of date.
-rw-r--r-- | config/siproxd.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/siproxd.inc b/config/siproxd.inc index 8a333a26..9eb6812b 100644 --- a/config/siproxd.inc +++ b/config/siproxd.inc @@ -139,6 +139,7 @@ function sync_package_siproxd() { fwrite($fout, "user = nobody\n"); fwrite($fout, "chrootjail = {$siproxd_chroot}\n"); fwrite($fout, "registration_file = siproxd_registrations\n"); + fwrite($fout, "autosave_registrations = 10\n"); fwrite($fout, "pid_file = siproxd.pid\n"); if($_POST['rtpenable'] != "") { |