From d1779b313f0c4d32a2a3a114bb9f8f4eb7487e93 Mon Sep 17 00:00:00 2001 From: Sean Vreeland Date: Tue, 12 Jun 2018 03:12:59 -0700 Subject: [PATCH] Update config.sample-06jun18.php --- assets/config/config.sample-06jun18.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config/config.sample-06jun18.php b/assets/config/config.sample-06jun18.php index 7f1b062c..af9d9a9e 100644 --- a/assets/config/config.sample-06jun18.php +++ b/assets/config/config.sample-06jun18.php @@ -42,7 +42,7 @@ // rflog note 1: Set this value with the size of your logs as a deciding factor. If set too low (below ~10000ms), your browser will crash. // rflog note 2: During log update, the browser will have NO response. - 'updateBranch' => 'develop', + 'updateBranch' => 'master', // update branch you wish to use when updating via the Logarr GUI // "master" or "develop". 'max-lines' => 2000,