marinofaggiana 4 years ago
parent
commit
0677eff338
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Networking/NCAutoUpload.swift

+ 1 - 1
iOSClient/Networking/NCAutoUpload.swift

@@ -44,7 +44,7 @@ class NCAutoUpload: NSObject, CLLocationManagerDelegate {
             
             locationManager = CLLocationManager.init()
             locationManager?.delegate = self
-            locationManager?.distanceFilter = 100
+            locationManager?.distanceFilter = 10
         }
         
         locationManager?.requestAlwaysAuthorization()