Skip to content

Move config option torrent_info_update_interval to a new section #143

@josecelano

Description

@josecelano

Move the configuration option torrent_info_update_interval:

[database]
connect_url = "sqlite://storage/database/torrust_index_backend_e2e_testing.db?mode=rwc"
torrent_info_update_interval = 3600

from the [database] section to a new section [tracker_statistics_importer], like this:

[database]
connect_url = "sqlite://storage/database/torrust_index_backend_e2e_testing.db?mode=rwc"

[tracker_statistics_importer]
torrent_info_update_interval = 3600

as discussed here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions