From b7bf183b9314df5a85374e0e17ab468bc266cf38 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 12 Apr 2018 22:11:06 +0000 Subject: [PATCH] Increase maximum service address (e.g. host name) length from 28 chars to 35 chars for Bill McGarrity @ tequilamockingbirdonline.net :-) Doesn't seem to break anything (except backwards compatibility with SBL v3). --- exec/load/sbbslist_lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/load/sbbslist_lib.js b/exec/load/sbbslist_lib.js index e4390adce2..a14ad24571 100644 --- a/exec/load/sbbslist_lib.js +++ b/exec/load/sbbslist_lib.js @@ -25,7 +25,7 @@ const max_len = { created_on: 28, updated_on: 28, verified_on: 28, - service_address: 28, + service_address: 35, // Increased from 28 software: 15, since: 4, /* just the year portion of the first_online date */ nodes: 4, -- GitLab