mirror of
https://github.com/simon987/od-database.git
synced 2025-12-17 08:39:03 +00:00
Tasks can now be queued from the web interface. Tasks are dispatched to the crawl server(s)
This commit is contained in:
@@ -14,5 +14,6 @@ CREATE TABLE TaskResult (
|
||||
status_code TEXT,
|
||||
file_count INT,
|
||||
start_time INT,
|
||||
end_time INT
|
||||
end_time INT,
|
||||
indexed_time INT DEFAULT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user