Commit 3e79c152 authored by Seblu's avatar Seblu
Browse files

Allow AUR request timeout to be defined

parent f9a99c9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -263,7 +263,7 @@ def event_loop(config_path):
			next_checks.add(check_interval)
			# get remote data
			try:
				aur = AURPackage(name)
				aur = AURPackage(name, config.getint("timeout"))
				local.lastchecked = int(time())
			except Exception as exp:
				error("Unable to get AUR package info: %s" % exp)
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
build_cmd = seblu-build
commit_cmd = seblu-push
check_interval = 86400
timeout = 30

[virtualbox-ext-oracle]
maintainer = seblu