Skip to content
Snippets Groups Projects
Commit b7bf183b authored by rswindell's avatar rswindell
Browse files

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).
parent 67a758d3
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ const max_len = { ...@@ -25,7 +25,7 @@ const max_len = {
created_on: 28, created_on: 28,
updated_on: 28, updated_on: 28,
verified_on: 28, verified_on: 28,
service_address: 28, service_address: 35, // Increased from 28
software: 15, software: 15,
since: 4, /* just the year portion of the first_online date */ since: 4, /* just the year portion of the first_online date */
nodes: 4, nodes: 4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment