gatelogue_aggregator.types.config.Config

class gatelogue_aggregator.types.config.Config(cache_dir: 'Path' = PosixPath('/tmp/gatelogue'), timeout: 'int' = 60, cooldown: 'int' = 15, cache_exclude: 'list[str]' = <factory>, max_workers: 'int' = 8)

Bases: object

__init__(cache_dir: Path = PosixPath('/tmp/gatelogue'), timeout: int = 60, cooldown: int = 15, cache_exclude: list[str] = <factory>, max_workers: int = 8) None

Methods

__init__([cache_dir, timeout, cooldown, ...])

Attributes

cache_dir

cooldown

max_workers

timeout

cache_exclude

cache_dir: Path = PosixPath('/tmp/gatelogue')
cache_exclude: list[str]
cooldown: int = 15
max_workers: int = 8
timeout: int = 60