Project

General

Profile

Defect #1931

Updated by Go MAEDA almost 8 years ago

As notified by Calvin in the forums(http://www.redmine.org/boards/2/topics/2327), forums(http://www.redmine.org/boards/2/topics/show/2327), big SCM repositories cause web servers to timeout access to repository views. It's not a good idea to encourage people to set long timeout their web server. A solution is to wrap potential long call in asynchronous process: 

 # Find out every potential long call 
 # Wrap it in an asynchronous process 
 # Add a "waiting hook" on that page, with a js observer to check when the call take end 

 For my part, I think it's an important defect (so the priority) and not a little yard, but a doable one. 

 I'm open to every suggestion about a different way to fix it. 

Back