Przeglądaj źródła

Tweak get_metrics

pull/122/head
Chandrashekhar Mullaparthi 10 lat temu
rodzic
commit
a51834ff4b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/ibrowse.erl

+ 1
- 1
src/ibrowse.erl Wyświetl plik

@ -717,7 +717,7 @@ get_metrics(Host, Port) ->
Size = ets:info(Tid, size),
case Size of
0 ->
{Lb_pid, MsgQueueSize, undefined, 0, {{0, 0}, {0, 0}}};
{Lb_pid, MsgQueueSize, Tid, 0, {{0, 0}, {0, 0}}};
_ ->
{First_p_sz, _, _} = ets:first(Tid),
{Last_p_sz, _, _} = ets:last(Tid),

Ładowanie…
Anuluj
Zapisz