Erlang - C Node Timeout Question

Vance Shipley vances@REDACTED
Fri Apr 16 02:00:44 CEST 2004


Danie,

You may change the net ticktime with net_kernel:set_net_ticktime/1,
or the kernel application environment variable net_ticktime:

	erl -kernel net_ticktime 180

The real solution is to avoid blocking the C node process for so long.

	-Vance





More information about the erlang-questions mailing list