New repos must have a default rescan interval (fixes #555)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -709,6 +709,7 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http, $translate, $loca
|
|||||||
|
|
||||||
$scope.addRepo = function () {
|
$scope.addRepo = function () {
|
||||||
$scope.currentRepo = {selectedNodes: {}};
|
$scope.currentRepo = {selectedNodes: {}};
|
||||||
|
$scope.currentRepo.RescanIntervalS = 60;
|
||||||
$scope.currentRepo.FileVersioningSelector = "none";
|
$scope.currentRepo.FileVersioningSelector = "none";
|
||||||
$scope.currentRepo.simpleKeep = 5;
|
$scope.currentRepo.simpleKeep = 5;
|
||||||
$scope.currentRepo.staggeredMaxAge = 365;
|
$scope.currentRepo.staggeredMaxAge = 365;
|
||||||
|
|||||||
Reference in New Issue
Block a user