Default connect::flags topicburst to true.
Use ~topicburst if you must disable it.
This commit is contained in:
parent
d8027cae3e
commit
a71d09f43f
|
@ -1108,6 +1108,7 @@ conf_begin_connect(struct TopConf *tc)
|
|||
|
||||
yy_server = make_server_conf();
|
||||
yy_server->port = PORTNUM;
|
||||
yy_server->flags |= SERVER_TB;
|
||||
|
||||
if(conf_cur_block_name != NULL)
|
||||
DupString(yy_server->name, conf_cur_block_name);
|
||||
|
|
Loading…
Reference in New Issue