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