Skip to content

Commit

Permalink
Increase corporate treshold
Browse files Browse the repository at this point in the history
  • Loading branch information
motiejus committed Sep 26, 2012
1 parent 21a8d76 commit 5b379d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soundpatty.cpp
Expand Up @@ -94,7 +94,7 @@ all_cfg_t SoundPatty::read_cfg (const char * filename) {
LOG_DEBUG("Read %d config values from %s", cfg.size(), filename);

/* Licensed code. */
cfg["sampletimeout"] = 120.0;
cfg["sampletimeout"] = 120.1;

sVolumes tmp;
tmp.head = tmp.tail = tmp.max = tmp.min = tmp.proc = 0;
Expand Down

0 comments on commit 5b379d2

Please sign in to comment.