mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2025-04-16 10:40:12 +00:00
Switch off the "patience tester"
This commit is contained in:
parent
c5947f2652
commit
4574458989
@ -17,7 +17,7 @@ from snefru_hash import append_snefru
|
||||
|
||||
|
||||
|
||||
UNRELIABILITY_PERCENT = 1
|
||||
UNRELIABILITY_PERCENT = 0
|
||||
def failchance():
|
||||
return (random.random() < UNRELIABILITY_PERCENT/100)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user