yes. in gluon/dal.py

    TIMINGSSIZE = 100

That means we only store up to 100 queries. You will see the memory
grow bot only up to a point. You can also decrease the number:

    import gluon.dal
    gluon.dal.TIMINGSIZE = 20


On Nov 21, 4:10 am, szimszon <szims...@gmail.com> wrote:
> Is that fixed already?

Reply via email to