Google Code Exporter
Google Code Exporter
``` The JIRA plugin is based on the v1 atlassian/jira plugin framework. This means two things: - upgrading the plugin requires manual work and a server restart. - upgrading jira...
``` If the transaction isolation level is not read committed (unusual), display a warning about slowness or bugs. Yes, I have really seen transaction isolation level set to "repeatable read"...
``` There are two very critical changes to be made to javamelody, both of them being required for not loosing precious historical monitoring data. If someone is change the hostname...
``` There are times when a single app instance will undergo maintenance or a recurring maintenance window. During this time the ability to stop monitoring for the given app would...
``` In some cases, it can be very useful to view the various JNDI, JMX, thread, etc. information while not allowing user to initiate a GC, heap dump, etc. actions....
``` First of all I would like to say many thanks to the developers of this awesome service. I have a proposal of tracking the individual HTTP requests inside of...
**What is your suggestion for the program?** Current download system (1-10 threads for all) isn't bad. But it often takes too much time because yande.re doesn't accept more than 5...
``` Number of connections capped at 4090 no matter what server I test on. Why does it not go higher than 4090? ``` Original issue reported on code.google.com by `[email protected]`...
``` Hi tested today the last revision but it seems the problem is not solved : #slowhttptest -c 6000 -X -r 200 -w 512 -y 1024 -n 5 -z 32...
``` What steps will reproduce the problem? 1. Use promise chaining method 2. On promise chain call catch method to handle errors somePromiseFunc('foo') .then(function(result) { /*handle result */ }) .catch(function(err)...