|
|
@ -446,7 +446,7 @@ void command_rpcloop(void *myipaddr) |
|
|
|
void utxosQ_loop(void *myipaddr) |
|
|
|
{ |
|
|
|
strcpy(utxosQ_loop_stats.name,"utxosQ_loop"); |
|
|
|
utxosQ_loop_stats.threshold = 50.; |
|
|
|
utxosQ_loop_stats.threshold = 150.; |
|
|
|
while ( 1 ) |
|
|
|
{ |
|
|
|
LP_millistats_update(&utxosQ_loop_stats); |
|
|
@ -880,7 +880,7 @@ void LP_reserved_msgs(void *ignore) |
|
|
|
bits256 zero; int32_t flag,nonz; struct nn_pollfd pfd; |
|
|
|
memset(zero.bytes,0,sizeof(zero)); |
|
|
|
strcpy(LP_reserved_msgs_stats.name,"LP_reserved_msgs"); |
|
|
|
LP_reserved_msgs_stats.threshold = 50.; |
|
|
|
LP_reserved_msgs_stats.threshold = 150.; |
|
|
|
while ( 1 ) |
|
|
|
{ |
|
|
|
nonz = 0; |
|
|
|