From a5929a01854dd53828e10008b68763c3959632ec Mon Sep 17 00:00:00 2001 From: "Krzysztof A. Adamski" Date: Sun, 29 Jun 2008 14:43:20 -0400 Subject: Add support for forcing some long running methods to be called in async mode from command line. --- etc/async_methods.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 etc/async_methods.conf (limited to 'etc') diff --git a/etc/async_methods.conf b/etc/async_methods.conf new file mode 100644 index 0000000..1d8984d --- /dev/null +++ b/etc/async_methods.conf @@ -0,0 +1,2 @@ +[main] +force_async = command.run, yumcmd.update, virt.install -- cgit