Martin Scharrer wrote: > My next idea is to use a temporary table to store the > (hash,content) pairs. Such a table would be dropped when trac is > restarted which is the indented behavior. > This does not work either because the temporary table seems to be dropped as soon the db.cursor() is going out of scope. However, it works with a normal persistent table.
Any suggestion about how to restrict the cache table size? Should this be done over SQL constraints or python code. Thanks, Martin _______________________________________________ th-users mailing list [email protected] https://lists.trac-hacks.org/mailman/listinfo/th-users
