Skip to content

Replace signal timeout with task timeout for get_headers

Johan Bloemberg requested to merge get_headers_timeout into master

signal timeout probably won't work or create weird issues as it is based on signals and can only have one active alert per python process

Merge request reports