teamplayer/settings_local.py: Decrease SHAKE_THINGS_UP value.

With the new auto_fill() we don't need such a big number.
This commit is contained in:
Albert Hopkins 2014-01-07 16:52:44 +00:00
parent d8f0469929
commit 85b47adf35
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ TEAMPLAYER = {
'MPD_LOG': '/dev/null',
'UPLOADED_LIBRARY_DIR': 'TP_HOME/library',
'CROSSFADE': 5,
'SHAKE_THINGS_UP': 25,
'SHAKE_THINGS_UP': 10,
'ALWAYS_SHAKE_THINGS_UP': True,
'HTTP_PORT': 8000,
}