From 7c9f4ae0ae703245e51edd07c4f4bc8e56b7dfa8 Mon Sep 17 00:00:00 2001 From: fshcherbanich Date: Mon, 6 Nov 2023 14:07:03 +0300 Subject: [PATCH] Increasing subjectLength --- captainhook.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captainhook.json b/captainhook.json index edee41bd..98faea5d 100644 --- a/captainhook.json +++ b/captainhook.json @@ -5,7 +5,7 @@ { "action": "\\CaptainHook\\App\\Hook\\Message\\Action\\Beams", "options": { - "subjectLength": 50, + "subjectLength": 100, "bodyLineLength": 200 } }