Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cookbooks:core-cookbook:devel [2011/10/03 17:59] miconda [chroot] |
cookbooks:core-cookbook:devel [2013/01/11 14:48] (current) alexh [workdir] |
||
---|---|---|---|
Line 738: | Line 738: | ||
maxbuffer=65536 | maxbuffer=65536 | ||
+ | | ||
+ | ==== sql_buffer_size ==== | ||
+ | |||
+ | The size in bytes of the SQL buffer created for data base queries. For database drivers that use the core db_query library, this will be maximum size object that can be written or read from a database. Default value is 65535. | ||
+ | |||
+ | Example of usage: | ||
+ | |||
+ | sql_buffer_size=131070 | ||
==== max_while_loops ==== | ==== max_while_loops ==== | ||
Line 1013: | Line 1021: | ||
user_agent_header=" | user_agent_header=" | ||
</ | </ | ||
+ | |||
+ | ==== version_table ==== | ||
+ | Set the name of the table holding the table version. Usefull if the proxy is sharing a database within a project and during upgrades. Default value is " | ||
+ | |||
+ | Example of usage: | ||
+ | |||
+ | | ||
==== workdir ==== | ==== workdir ==== |