This commit is contained in:
2022-09-07 07:20:30 +01:00
parent 89328a827a
commit bf802d7fdf
2 changed files with 10 additions and 3 deletions

View File

@@ -1,13 +1,16 @@
import asyncio
import ujson
import db
import util
import ujson
import asyncio
SOURCES = ["irc"]
KEYPREFIX = "queue."
CHUNK_SIZE = 1000
ITER_DELAY = 0.5
class Ingest(object):
def __init__(self):
name = self.__class__.__name__