Skip to content

Commit

Permalink
Revert "Increase UA_sock->msg size to 256*1024"
Browse files Browse the repository at this point in the history
This reverts commit 3728ee4.
  • Loading branch information
pstorz committed May 4, 2018
1 parent 3728ee4 commit 245425c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/console/console.c
Expand Up @@ -1335,7 +1335,6 @@ int main(int argc, char *argv[])
}

UA_sock = New(BSOCK_TCP);
check_pool_memory_size(UA_sock->msg, 256*1024);
if (!UA_sock->connect(NULL, 5, 15, heart_beat, "Director daemon", dir->address, NULL, dir->DIRport, false)) {
delete UA_sock;
terminate_console(0);
Expand Down

0 comments on commit 245425c

Please sign in to comment.