forked from pool/python-HyperKitty
- Fix django warning that timeout is bigger than retry * Added hyperkitty-fix-qcluster-timeout.patch OBS-URL: https://build.opensuse.org/request/show/986328 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=54
25 lines
598 B
Diff
25 lines
598 B
Diff
From 3edc0c58b8dea3b0bdccd77c0794ada28d1c6f61 Mon Sep 17 00:00:00 2001
|
|
From: Mark Sapiro <mark@msapiro.net>
|
|
Date: Sun, 5 Dec 2021 00:32:33 +0000
|
|
Subject: [PATCH] Set Q_CLUSTER retry > timeout.
|
|
|
|
---
|
|
example_project/settings.py | 1 +
|
|
1 files changed, 1 insertions(+)
|
|
|
|
diff --git a/example_project/settings.py b/example_project/settings.py
|
|
index a6e90441..5aca0186 100644
|
|
--- a/example_project/settings.py
|
|
+++ b/example_project/settings.py
|
|
@@ -368,6 +368,7 @@ REST_FRAMEWORK = {
|
|
#
|
|
Q_CLUSTER = {
|
|
'timeout': 300,
|
|
+ 'retry': 360,
|
|
'save_limit': 100,
|
|
'orm': 'default',
|
|
}
|
|
--
|
|
GitLab
|
|
|