hi, i used to open a system browser with an environment
i built the following environment
earleyEnvironment
| packageNames |
packageNames := OrderedCollection with: BaselineOfEarleyParser package
packageName.
packageNames addAll: (BaselineOfEarleyParser project version packages
collect: [ :each |
I did a bit of research on the web and I discovered that nginx can be
unreliable due to default or inappropriate settings for certain timeout
values. Currently, I'm testing a possible fix: set /keepalive_timeout/ to
90, rather than the default 65. So far, it seems to work, but I need further
testin