summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-09 22:05:34 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-09 22:05:34 +0000
commit14eacef3d14b6fbdb0b74bf82393ce98d327a171 (patch)
tree6d9101e5ac535fecdcf28adb7dcff455c9f28e3c /gpsfake
parentfba4563b8877aab3223e903e11035e7e28c20483 (diff)
downloadgpsd-14eacef3d14b6fbdb0b74bf82393ce98d327a171.tar.gz
More log-trimming. Also we can droop the delay another step.
Diffstat (limited to 'gpsfake')
-rwxr-xr-xgpsfake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsfake b/gpsfake
index 7d56e5d3..e0f823cf 100755
--- a/gpsfake
+++ b/gpsfake
@@ -56,7 +56,7 @@ for (switch, val) in options:
doptions = val
elif (switch == '-p'):
pipe = True
- cycle = 0.1
+ cycle = 0.05
elif (switch == '-s'):
speed = int(val)
elif (switch == '-v'):