diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-03-22 09:23:07 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-03-22 09:23:07 +0100 |
commit | 573f806676a7ebc2a62aa39d742127fbf74fbb3c (patch) | |
tree | 1c7fc50b116c9a1d2fe6302a1cbe64e8a1d91b94 /src/main/resources/application.properties | |
parent | 3d399f3e0b150064b778a64ebfd495da2640bb4f (diff) |
Lazychat: Add paging.
Change-Id: I1db0b0733397d5e7a77b925ba185a39a72041f3e
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b90cc9e..4d03175 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,6 +9,7 @@ quarkus.log.level = INFO mulkcms.tag-base = hub.benkard.de mulkcms.bookmarks.default-max-results = 25 +mulkcms.lazychat.default-max-results = 25 quarkus.datasource.driver = org.postgresql.Driver quarkus.datasource.max-size = 8 |