Skip to content

Commit

Permalink
Add pull interval to iPXE when run in parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkopilov committed Nov 21, 2024
1 parent b2aadcd commit 00437b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# Create server object
server_object = HTTPServer(server_address=(ip, port), RequestHandlerClass=CGIHTTPRequestHandler)
# Start the web server
server_object.serve_forever()
server_object.serve_forever(poll_interval=1.5)

0 comments on commit 00437b1

Please sign in to comment.