| CODENOTIFIER | HelpYou are not signed inSign in |
Project: ejabberd-modules
Revision: 711
Author: cromain
Date: 03 Sep 2008 08:14:43
Changes:Diff:| ... | ...@@ -129,7 +129,9 @@ | |
| 129 | 129 | |
| 130 | 130 | %% part of start/6 or start_link/6: |
| 131 | 131 | post_start(Pid, _LogFun) -> |
| 132 | Timeout = get_option(timeout, Options, ?DEFAULT_STANDALONE_TIMEOUT), | |
| 132 | %%Timeout = get_option(timeout, Options, ?DEFAULT_STANDALONE_TIMEOUT), | |
| 133 | %%TODO find a way to get configured Options here | |
| 134 | Timeout= ?DEFAULT_STANDALONE_TIMEOUT, | |
| 133 | 135 | receive |
| 134 | 136 | {mysql_conn, Pid, ok} -> |
| 135 | 137 | {ok, Pid}; |