mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 23:09:01 +00:00
Decentralised crawling should work in theory + temporary fix for going further than the maximum 10k results elasticsearch allows by default
This commit is contained in:
@@ -23,3 +23,11 @@ CREATE TABLE BlacklistedWebsite (
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
url TEXT
|
||||
);
|
||||
|
||||
CREATE TABLE CrawlServer (
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
url TEXT,
|
||||
name TEXT,
|
||||
token TEXT,
|
||||
slots INTEGER
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user