summaryrefslogtreecommitdiff
path: root/src/mbim-proxy
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-03-07 15:04:04 +0100
committerAleksander Morgado <aleksander@aleksander.es>2019-03-07 15:04:04 +0100
commit8a3c88eaa76e606b113000889bfa0f8d9901eb99 (patch)
tree0df8a2d69f9c169d6833633cd19e3b2986460b33 /src/mbim-proxy
parent92501dffafee34ac8ba358cc27c5bb89cd8a2625 (diff)
downloadlibmbim-8a3c88eaa76e606b113000889bfa0f8d9901eb99.tar.gz
mbim-proxy: update default empty lifetime timeout to 300s
Diffstat (limited to 'src/mbim-proxy')
-rw-r--r--src/mbim-proxy/mbim-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbim-proxy/mbim-proxy.c b/src/mbim-proxy/mbim-proxy.c
index 95585ae..d160b1d 100644
--- a/src/mbim-proxy/mbim-proxy.c
+++ b/src/mbim-proxy/mbim-proxy.c
@@ -36,7 +36,7 @@
#define PROGRAM_NAME "mbim-proxy"
#define PROGRAM_VERSION PACKAGE_VERSION
-#define EMPTY_PROXY_LIFETIME_SECS 30
+#define EMPTY_PROXY_LIFETIME_SECS 300
/* Globals */
static GMainLoop *loop;