mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2025-08-07 03:27:39 +00:00
Switch off the "patience tester"
This commit is contained in:
@@ -17,7 +17,7 @@ from snefru_hash import append_snefru
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
UNRELIABILITY_PERCENT = 1
|
UNRELIABILITY_PERCENT = 0
|
||||||
def failchance():
|
def failchance():
|
||||||
return (random.random() < UNRELIABILITY_PERCENT/100)
|
return (random.random() < UNRELIABILITY_PERCENT/100)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user