## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC ## See the file COPYING for copying conditions. #### meta start #### project Whonix #### category apps and networking #### description ## longer APT timeouts and more retires #### meta end ## Timeout Acquire::http::Timeout "180"; Acquire::ftp::Timeout "180"; ## Retries for source and archive, not the various ## index files (Packages, Release and friends) ## - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=119544 ## - https://bugs.launchpad.net/ubuntu/+source/apt/+bug/310262 Acquire::Retries "3"; ## Debugging #Debug::Acquire::http "1";