[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 026aa2c09d0df254fa446fe345ba2c7d45c5e764
Ivan
ivan at 420.am
Mon Aug 13 22:25:22 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 026aa2c09d0df254fa446fe345ba2c7d45c5e764 (commit)
from 1cd96c3f79ba5324973e78d4fa5935cb2ce9613f (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 026aa2c09d0df254fa446fe345ba2c7d45c5e764
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Aug 13 22:25:19 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