Hello group! I've been developing a web2py application and I require having a subfolder in my app's static dir. This subfolder has a file/dir tree containing around 1000 files. While the application serves those files ok, the admin interface becomes unusable, as it tries to refresh itself with the content of my subfolder each time I make a modification. While this is not a bug, maybe a "manual refresh" button may be implemented for static files.
Unfortunately, I'm not up to this task... Thank you for your time

