One second timeout for service list update delays is enough
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 17 Jul 2009 12:52:41 +0000 (14:52 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 17 Jul 2009 12:52:41 +0000 (14:52 +0200)
src/profile.c

index ca316ed..881062a 100644 (file)
@@ -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)