Skip to content

Commit

Permalink
fix: weights update time
Browse files Browse the repository at this point in the history
  • Loading branch information
Chkhikvadze committed Feb 13, 2024
1 parent 4b8ea1a commit a306247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validators/weight_setter.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def update_weights_periodically(self):
continue

await self.update_weights(self.steps_passed)
await asyncio.sleep(600) # 600 seconds = 10 minutes
await asyncio.sleep(1800)


async def update_available_uids_periodically(self):
Expand Down

0 comments on commit a306247

Please sign in to comment.