[Zope-DB] Setting max_rows and cache_time for SQLMethods on the file system

Michele Simionato michele.simionato at gmail.com
Fri Jan 13 05:26:01 EST 2006


On 1/13/06, Andreas Jung <lists at andreas-jung.com> wrote:
>
> Because it must be "max_rows: 1000".
>
> -aj


You mean without the tralining underscore in the dtml-comment?
So I should change

 <dtml-comment>
title:
arguments:
connection_id:rcare_connection
max_rows:1000
max_cache:1000
cache_time:86400
class_name:
class_file:
</dtml-comment>

instead of
 <dtml-comment>
title:
arguments:
connection_id:rcare_connection
max_rows_:1000
max_cache_:1000
cache_time_:86400
class_name_:
class_file_:
</dtml-comment>

? The dtml-comments where generated by FSDump so I assumed they were
correct.

      Michele Simionato


More information about the Zope-DB mailing list