All Downloads are FREE. Search and download functionalities are using the official Maven repository.

n.data.0.1.5.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 0.1.24
Show newest version
amtrak:
    retry-enabled: true
    gtfs:
        schema:             https
        host:               //content.amtrak.com
        path:               /content/gtfs/GTFS.zip
        data-dictionary:    data
        web-client:
            connectionTimeoutInMilliseconds: 60000
            responseTimeoutInMilliseconds: 60000
            readTimeoutInMilliseconds: 60000
            writeTimeoutInMilliseconds: 60000
        retry:
            maxRetryCount: 5
            delay: 1000
            maxDelay: 10000
            multiplier: 1.2




© 2015 - 2024 Weber Informatics LLC | Privacy Policy