This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 86f172c3 Up the max size again
86f172c3 is described below

commit 86f172c336baba729966b342799769879f85a724
Author: Sebb <s...@apache.org>
AuthorDate: Thu Jun 16 13:54:52 2022 +0100

    Up the max size again
---
 www/secretary/workbench/views/actions/check-signature.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/actions/check-signature.json.rb 
b/www/secretary/workbench/views/actions/check-signature.json.rb
index c1cecdda..3c57a8b5 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -33,7 +33,7 @@ def getServerURI(server, keyid)
   return uri
 end
 
-MAX_KEY_SIZE = 45000 # don't import if the ascii keyfile is larger than this
+MAX_KEY_SIZE = 125000 # don't import if the ascii keyfile is larger than this
 
 require 'net/http'
 

Reply via email to