File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ config['DEFAULT'] = {
45
45
# Discard data received too late by the server (seconds).
46
46
'max_recv_delay_sec' : str (3600 * 6 ),
47
47
# Discard not fresh enough location data (seconds).
48
- 'max_elapsed_location_sec' : str (60 * 2 ),
48
+ 'max_elapsed_location_sec' : str (60 * 5 ),
49
49
'pg_connect' : '' ,
50
50
# Directory for writing GPX files.
51
- 'home_dir' : './ '
51
+ 'home_dir' : '.'
52
52
}
53
53
config .read (CONFIG_FILE )
54
54
config ['current' ] = {}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ max_recv_delay_sec = 21600
19
19
; Android API may provide "last known" location data,
20
20
; which is marked with its age (elapsed time).
21
21
; Discard not fresh enough location data (seconds).
22
- max_elapsed_location_sec = 120
22
+ max_elapsed_location_sec = 300
23
23
24
24
; Connect to PostgreSQL to store received positions.
25
25
;pg_connect = host=127.0.1 user=dbusername password=dbpassword dbname=dbname
You can’t perform that action at this time.
0 commit comments