Changeset 3347 for trunk/doc/src/docbook/appendix/base.config.xml
- Timestamp:
- May 16, 2007, 2:19:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/appendix/base.config.xml
r3340 r3347 158 158 be left empty. Postgres supports schemas and we recommend that the dynamic 159 159 part is created in it's own schema to avoid mixing the dynamic tables with 160 the reg aular ones.160 the regular ones. 161 161 </para> 162 162 </listitem> … … 168 168 <para> 169 169 The username to connect to the database. The user should have full permission 170 to theboth the regular and the dynamic database.170 to both the regular and the dynamic database. 171 171 </para> 172 172 </listitem> … … 198 198 <listitem> 199 199 <para> 200 The location of an to anXML file which contains database-specific200 The location of an XML file which contains database-specific 201 201 queries overriding those that doesn't work from the 202 202 <filename>/common-queries.xml</filename> file. Use: … … 274 274 <para> 275 275 This section describes parameters that are needed if you are 276 going to use external authen itcation. If you let BASE handle this277 you will not have to bother about the ese settings. See276 going to use external authentication. If you let BASE handle this 277 you will not have to bother about these settings. See 278 278 <xref linkend="plugin_developer.other.authentication"/> for more information about 279 279 external authentication. … … 350 350 less in the order they were added to the queue. To make sure long-running 351 351 jobs don't block the queue, there are four slots that uses to the 352 expected execution time to decide if a job should be allowed to ex cute352 expected execution time to decide if a job should be allowed to execute 353 353 or not. 354 354 </para> … … 426 426 <para> 427 427 Number of seconds to keep job agent information in the internal cache. 428 The information includ s, CPU and memory usage and the status of executing428 The information includes, CPU and memory usage and the status of executing 429 429 jobs. This setting controls how long the information is kept in the cache 430 430 before a new request is made to the job agent. The default value is 60 seconds. … … 437 437 <listitem> 438 438 <para> 439 The timeout in milliseconds to wait for a re psonse from a job agent439 The timeout in milliseconds to wait for a response from a job agent 440 440 when sending a request to it. The default timeout is 1000 milliseconds. 441 441 This should be more than enough if the job agent is on the internal … … 476 476 <listitem> 477 477 <para> 478 Initialisation param ters sent to the plug-in when calling the478 Initialisation parameters sent to the plug-in when calling the 479 479 <methodname>init()</methodname> method. The syntax and meaning of this 480 480 string depends on the plug-in. For the internal controller this is simply 481 the path to the seconda y directory.481 the path to the secondary directory. 482 482 </para> 483 483 </listitem> … … 502 502 should be executed. If present, this setting overrides the 503 503 <property>secondary.storage.interval</property> setting. 504 Time-point values are given as comma-separ ted list of two-digit, 24-based hour504 Time-point values are given as comma-separated list of two-digit, 24-based hour 505 505 and two-digit minute values. For example: <userinput>03:10,09:00,23:59</userinput>. 506 506 </para> … … 550 550 </listitem> 551 551 </varlistentry> 552 <varlistentry> 553 <term><property>helptext.update</property></term> 554 <listitem> 555 <para> 556 Defines if already existing helptexts in BASE should be overwritten when 557 updating the program, 558 <xref linkend="installation_upgrade.upgrade" /> 559 <itemizedlist> 560 <listitem> 561 <simpara> 562 <userinput>true</userinput> 563 will overwrite existing helptexts. 564 </simpara> 565 </listitem> 566 <listitem> 567 <simpara> 568 <userinput>false</userinput> 569 will leave the existing helptexts in database unchanged and only 570 insert new helptexts. 571 </simpara> 572 </listitem> 573 </itemizedlist> 574 </para> 575 </listitem> 576 </varlistentry> 552 577 </variablelist> 553 578 </simplesect>
Note: See TracChangeset
for help on using the changeset viewer.