Skip to content
Snippets Groups Projects
  • Sebastien Luttringer's avatar
    74081e11
    rewrite timeout code · 74081e11
    Sebastien Luttringer authored
    Before this, timeout only apply to repository caching.
    
    Now timeout is used by all transfert functions.
    A new parameter repo_timeout is available to set a custom timeout on repository
    74081e11
    History
    rewrite timeout code
    Sebastien Luttringer authored
    Before this, timeout only apply to repository caching.
    
    Now timeout is used by all transfert functions.
    A new parameter repo_timeout is available to set a custom timeout on repository
installsystems.conf 755 B
# installsystems main configuration

[installsystems]

# Set verbosity (0: quiet, 1: normal, 2: debug)
#verbosity = 2

# Set nice process value (see nice (1))
#nice = 0

# Set ionice class (see ionice (1))
#ionice_class = idle

# Set ionice class data level (see ionice (1))
#ionice_level = 0

# define a custom cache directory
#cache = /tmp/sex

# disable cache of remote repository
#no_cache = 1

# disable output coloring
#no_color = 1

# disable check of script during build
#no_check = 1

# global connection timeout
#timeout = 30

# search images inside repositories
#repo_search = stable testing

# filter repository list
#repo_filter = stable testing

# custom repository config file
#repo_config =

# repository loading timeout
#repo_timeout = 1