Re: Setting max_rows and cache_time for SQLMethods on the file system
Michele Simionato <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
On 1/13/06, Andreas Jung <[email protected]> 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