diff --git a/content/post/2018-02.md b/content/post/2018-02.md index 8927f4da9..e027d1a08 100644 --- a/content/post/2018-02.md +++ b/content/post/2018-02.md @@ -901,4 +901,5 @@ Nor Azwadi: 0000-0001-9634-1958 - Peter is having problems with "Socket closed" on his submissions page again - He says his personal account loads much faster than his CGIAR account, which could be because the CGIAR account has potentially thousands of submissions over the last few years - I don't know why it would take so long, but this logic kinda makes sense -- I think I should increase the `removeAbandonedTimeout` from 90 to something like 300 and continue observing +- I think I should increase the `removeAbandonedTimeout` from 90 to something like 180 and continue observing +- I also reduced the timeout for the API pool back to 60 because those interfaces are only used by bots diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html index beca3f521..45dec803f 100644 --- a/docs/2018-02/index.html +++ b/docs/2018-02/index.html @@ -23,7 +23,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl - + @@ -57,9 +57,9 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl "@type": "BlogPosting", "headline": "February, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-02/", - "wordCount": "5589", + "wordCount": "5609", "datePublished": "2018-02-01T16:28:54+02:00", - "dateModified": "2018-02-25T17:25:41+02:00", + "dateModified": "2018-02-26T16:41:28+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1132,7 +1132,8 @@ Nor Azwadi: 0000-0001-9634-1958
removeAbandonedTimeout
from 90 to something like 300 and continue observingremoveAbandonedTimeout
from 90 to something like 180 and continue observing