CryptAL commited on
Commit
299995d
·
1 Parent(s): c6826fb

Increased retries

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -22,7 +22,7 @@ from bittensor.extrinsics.serving import get_metadata
22
 
23
  NETUID = 9
24
  DELAY_SECS = 3
25
- RETRIES = 1# 5
26
 
27
  load_dotenv()
28
 
 
22
 
23
  NETUID = 9
24
  DELAY_SECS = 3
25
+ RETRIES = 3
26
 
27
  load_dotenv()
28