Revert "Automatically restart the background thread when necessary"

This commit is contained in:
bcronin 2016-06-09 15:38:03 -07:00 коммит произвёл GitHub
Родитель d1d37f670a
Коммит 01179bdb56
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -25,10 +25,6 @@ class TransportHTTPJSON
@host = options[:collector_host]
@port = options[:collector_port]
@secure = (options[:collector_encryption] != 'none')
# Forking a worker process may kill the background thread; restart it as
# necessary
@thread = _start_network_thread unless @thread.alive?
end
def flush_report(auth, report)