Skip to content

Commit

Permalink
Merge pull request #6551 from aubi/FISH-7868-system-properties-length
Browse files Browse the repository at this point in the history
FISH-7868 Increase System Properties Length to 4096 Characters
  • Loading branch information
aubi authored Feb 5, 2024
2 parents 0565ebc + f016101 commit bd7a936
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# holder.
#

# Portions Copyright [2017-2018] [Payara Foundation and/or its affiliates]
# Portions Copyright 2017-2024 Payara Foundation and/or its affiliates

# Property file containing maximum number of characters that can be entered in Admin Console text fields.

Expand Down Expand Up @@ -71,8 +71,8 @@ maxLength.cluster.Weight=10
maxLength.common.Libraries=4096
maxLength.common.Name=512
maxLength.common.PropertyName=512
maxLength.common.PropertyValue=512
maxLength.common.description=512
maxLength.common.PropertyValue=4096
maxLength.common.description=4096
maxLength.common.deploymentOrder=10
maxLength.common.jndiName=512
maxLength.common.poolName=512
Expand Down Expand Up @@ -376,4 +376,4 @@ maxLength.recoverTransaction.transactionlogdir=512

#Deployment Group
maxLength.dg.instanceName=512
maxLength.dg.Weight=10
maxLength.dg.Weight=10

0 comments on commit bd7a936

Please sign in to comment.