1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

Reduce how fast we watch for other apps, reduce timer wakeups a bit

This commit is contained in:
Leo Franchi 2012-01-08 18:32:28 -05:00
parent 8483e38f58
commit 0aa61b9fa8

View File

@ -341,7 +341,7 @@ d( new Private( this ) )
#endif
// now listen for commands
startTimer( 250 );
startTimer( 750 );
}
/*!