nelsnelson / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Add option to configure/disable aging of nodes #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the nodes in the tree seem to age, and if no further activity
happens on them they will disappear after a while.

It would be nice to have an option to configure the aging time and to
disable the aging completely.

Also the aging currently seems to be an absolute time independent from the
speed. That results in nodes disappearing earlier in the timeline when the
graph is played at slow speed. But this would maybe not be a problem with
the above user option.

Original issue reported on code.google.com by ph.wolfer on 20 Apr 2010 at 7:56

GoogleCodeExporter commented 8 years ago
Hi. --file-idle-time is what you're looking for. 

In the development version you can also set this to 0 to disable it (but not in 
the
current release).

Original comment by acaudw...@gmail.com on 20 Apr 2010 at 10:36

GoogleCodeExporter commented 8 years ago
Thanks, I missed that

Original comment by ph.wolfer on 20 Apr 2010 at 10:42