drop the max time until config sync to 30s

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=826886
This commit is contained in:
Aaron J. Seigo 2008-07-01 18:41:42 +00:00
parent 5a7eaf2ca9
commit b1a56d99ee

View File

@ -40,8 +40,8 @@ namespace Plasma
{
// constant controlling how long between requesting a configuration sync
// and one happening should occur. currently 2 minutes.
const int CONFIG_SYNC_TIMEOUT = 120000;
// and one happening should occur. currently 30 seconds
const int CONFIG_SYNC_TIMEOUT = 30000;
class Corona::Private
{