summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-17 14:52:41 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-17 14:52:41 +0200
commit8ebd478b503b5967a670cd127c0972615b977be9 (patch)
treefc3ddf29d11a53fa206dc5570f71eba0992cb068
parent97e2d1e0c7017e3d076d076596bb0ab3a79cbce8 (diff)
downloadconnman-8ebd478b503b5967a670cd127c0972615b977be9.tar.gz
connman-8ebd478b503b5967a670cd127c0972615b977be9.tar.bz2
connman-8ebd478b503b5967a670cd127c0972615b977be9.zip
One second timeout for service list update delays is enough
-rw-r--r--src/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.c b/src/profile.c
index ca316ed2..881062af 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -115,7 +115,7 @@ void __connman_profile_changed(gboolean delayed)
return;
}
- changed_timeout = g_timeout_add_seconds(2, services_changed, NULL);
+ changed_timeout = g_timeout_add_seconds(1, services_changed, NULL);
}
int __connman_profile_add_device(struct connman_device *device)