changeset 8524:0af80f3ca263

bug: remove socket setdefaulttimeout call. I have no idea why that is here. Admin AFAIK doesn't use socket. Copypasta maybe?
author John Rouillard <rouilj@ieee.org>
date Thu, 19 Feb 2026 22:30:24 -0500
parents b6b0da04e768
children ae21341b3199
files roundup/scripts/roundup_admin.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/scripts/roundup_admin.py	Thu Feb 19 22:24:17 2026 -0500
+++ b/roundup/scripts/roundup_admin.py	Thu Feb 19 22:30:24 2026 -0500
@@ -40,10 +40,6 @@
 
 
 def run():
-    # time out after a minute if we can
-    import socket
-    if hasattr(socket, 'setdefaulttimeout'):
-        socket.setdefaulttimeout(60)
     tool = AdminTool()
     sys.exit(tool.main())
 

Roundup Issue Tracker: http://roundup-tracker.org/