Changes

Jump to navigation Jump to search
371 bytes added ,  04:47, 24 April 2012
no edit summary
This page is linked from the [[Getting Started]] Section.
The options listed on this page can be requested with the [[Commands#GET|GET]] command and changed with the [[Commands#SET|SET]] command. Three data types exist: strings, numbers, and booleans, which can be turned ON and OFF. If options are internally changed by the [[GUI_Tutorial|GUI]] of BaseX, they will be listed in the [[GUI_TutorialGUI#Visualizations|Info View]].
=Main Options=
The main options are only available in from the [[Standalone Tutorial|standaloneMode]] and [[Database Server Tutorial|server]] instance instances of BaseX, i.e., they cannot be changed by database clients. They are stored in the [[Configuration#Configuration Files|.basex config file]], which is opened by every new BaseX instance:
===DBPATH===
===PROXYHOST===
{{Mark|Introduced with Version 7.1.2:}}
{|
|-
===PROXYPORT===
{{Mark|Introduced with Version 7.1.2:}}
{|
|-
|-
| valign='top' | '''Default'''
|<code>80</code>
|-
| valign='top' | '''Summary'''
===NONPROXYHOSTS===
{{Mark|Introduced with Version 7.1.2:}}
{|
|-
|-
| valign='top' | '''Summary'''
|Specifies the maximum time a read-only transaction may take. If an operation takes longer than the specified timeout, it will be aborted.<br/>Write operations will not be affected by this timeout, as this would corrupt the integrity of the database.<br/>The timeout is deactivated if the timeout is set to {{mono|0}}. Since {{Version|7.1.2}}, it is ignored for {{Mono|ADMIN}} operations.
|}
===HTMLOPT===
{{Mark|Introduced with Version 7.2:}}
{|
|-
|-
| valign='top' | '''Summary'''
|Allows to specify TagSoup options for HTML parsing; see [[Parsers#HTML Parser|HTML Parser]] for more information.
|}
|-
| valign='top' | '''Summary'''
|Prints more information on internal query rewritings, optimizations, and performance. The query info will always be printed in the [[GUI#Visualizations|Info View]] in the GUI, or it can be activated with the [[Startup_Options#BaseX_Standalone|-V flag]] on command line.
|}
=Changelog=
===Version 7.1.2===
* Added: <code>[[#PROXYHOST|PROXYHOST]]</code>, <code>[[#PROXYPORT|PROXYPORT]]</code>, <code>[[#NONPROXYHOSTS|NONPROXYHOSTS]]</code>, <code>[[#HTMLOPT|HTMLOPT]]</code>
* Updated: <code>[[#TIMEOUT|TIMEOUT]]</code>: ignore timeout for admin users
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu