projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d49d54
)
The default rate for 'timing test' is actually 50/sec, not 100/sec as advertised.
author
Sean Bright
<sean@malleable.com>
Mon, 14 Dec 2009 16:08:09 +0000
(16:08 +0000)
committer
Sean Bright
<sean@malleable.com>
Mon, 14 Dec 2009 16:08:09 +0000
(16:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@234572
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/timing.c
patch
|
blob
|
history
diff --git
a/main/timing.c
b/main/timing.c
index
ac23d42
..
751008e
100644
(file)
--- a/
main/timing.c
+++ b/
main/timing.c
@@
-216,7
+216,7
@@
static char *timing_test(struct ast_cli_entry *e, int cmd, struct ast_cli_args *
case CLI_INIT:
e->command = "timing test";
e->usage = "Usage: timing test <rate>\n"
- " Test a timer with a specified rate, 100/sec by default.\n"
+ " Test a timer with a specified rate, 50/sec by default.\n"
"";
return NULL;
case CLI_GENERATE: