We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20edfe1 + 43d2712 commit 39a6ba6Copy full SHA for 39a6ba6
neurons/validators/genie_validator.py
@@ -289,7 +289,7 @@ async def forward(self):
289
else:
290
task_index = self.neuron.score_manager.number_of_tasks
291
292
- MAX_NUMBER_OF_TASKS_PER_SESSION = 20
+ MAX_NUMBER_OF_TASKS_PER_SESSION = 18
293
if task_index >= MAX_NUMBER_OF_TASKS_PER_SESSION:
294
return
295
webgenie/constants.py
@@ -3,7 +3,7 @@
3
4
# Change this value when updating your code base.
5
# Define the version of the webgenie.
6
-__VERSION__ = "1.1.15" # version
+__VERSION__ = "1.1.16" # version
7
8
SPEC_VERSION = (
9
(1000 * int(__VERSION__.split(".")[0]))
0 commit comments