✨ Small fix
This commit is contained in:
@ -9,7 +9,6 @@ from http.server import HTTPServer
|
||||
from time import time
|
||||
|
||||
from typing import Any, Dict, List
|
||||
from core.base_recipe import BaseRecipe
|
||||
from http_parser.parser import HttpParser
|
||||
|
||||
from meow_base.functionality.validation import valid_string, valid_dict
|
||||
|
@ -89,8 +89,8 @@ def sigfigs(num):
|
||||
|
||||
def main():
|
||||
monitors = 1
|
||||
patterns = 1
|
||||
events = 10_000
|
||||
patterns = 10
|
||||
events = 1_000
|
||||
|
||||
n = 100
|
||||
|
||||
|
Reference in New Issue
Block a user