mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 08:34:26 -04:00
make chrome binary and configs directly runnable and make extractor use external bin
This commit is contained in:
parent
a572db307b
commit
ac53fdf677
7 changed files with 316 additions and 83 deletions
|
@ -104,6 +104,7 @@ SERVER_CONFIG = ServerConfig()
|
|||
|
||||
class ArchivingConfig(BaseConfigSet):
|
||||
ONLY_NEW: bool = Field(default=True)
|
||||
OVERWRITE: bool = Field(default=False)
|
||||
|
||||
TIMEOUT: int = Field(default=60)
|
||||
MEDIA_TIMEOUT: int = Field(default=3600)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue