[freeside-commits] branch master updated. 8d5b8d5d0d0ce1e238cca778e4b342e950ea1574
Ivan
ivan at 420.am
Mon Aug 13 22:25:19 PDT 2012
The branch, master has been updated
via 8d5b8d5d0d0ce1e238cca778e4b342e950ea1574 (commit)
from 45c427d4ceae52aac774702e13290144862e9ab8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8d5b8d5d0d0ce1e238cca778e4b342e950ea1574
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Aug 13 22:25:17 2012 -0700
don't suck so much CPU with freeside-cdrd
diff --git a/FS/bin/freeside-cdrd b/FS/bin/freeside-cdrd
index 2cf75f3..b21bd5b 100644
--- a/FS/bin/freeside-cdrd
+++ b/FS/bin/freeside-cdrd
@@ -108,7 +108,7 @@ while (1) {
}
myexit() if sigterm() || sigint();
- sleep 1 unless $found;
+ sleep 5 unless $found;
}
-----------------------------------------------------------------------
Summary of changes:
FS/bin/freeside-cdrd | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list