Browse Source

New repos must have a default rescan interval (fixes #555)

Jakob Borg 11 years ago
parent
commit
9f84c1c448
2 changed files with 1 additions and 0 deletions
  1. 0 0
      auto/gui.files.go
  2. 1 0
      gui/app.js

File diff suppressed because it is too large
+ 0 - 0
auto/gui.files.go


+ 1 - 0
gui/app.js

@@ -709,6 +709,7 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http, $translate, $loca
 
     $scope.addRepo = function () {
         $scope.currentRepo = {selectedNodes: {}};
+        $scope.currentRepo.RescanIntervalS = 60;
         $scope.currentRepo.FileVersioningSelector = "none";
         $scope.currentRepo.simpleKeep = 5;
         $scope.currentRepo.staggeredMaxAge = 365;

Some files were not shown because too many files changed in this diff