Index: trunk/BNC/bncsettings.cpp
===================================================================
--- trunk/BNC/bncsettings.cpp	(revision 3585)
+++ trunk/BNC/bncsettings.cpp	(revision 3586)
@@ -112,5 +112,6 @@
     setValue("uploadMountpointsOut","");
     setValue("uploadIntr",          "1 day");
-    setValue("uploadSampl",         "0");
+    setValue("uploadSampl",         "5");
+    setValue("uploadSamplOrb",      "0");
     setValue("uploadEphHost",       "");
     setValue("uploadEphPort",       "");
Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 3585)
+++ trunk/BNC/bncwindow.cpp	(revision 3586)
@@ -1500,4 +1500,5 @@
   settings.setValue("uploadIntr",     _uploadIntrComboBox->currentText());
   settings.setValue("uploadSampl",    _uploadSamplSpinBox->value());
+  settings.setValue("uploadSamplOrb", _uploadSamplOrbSpinBox->value());
 
   settings.setValue("uploadEphHost",      _uploadEphHostLineEdit->text());
