Skip to content

Commit

Permalink
GUACAMOLE-1833: Clean up merge conflict markers in source.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuehlner committed Jul 14, 2023
1 parent 2033ce6 commit 4ec4c07
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/jdbc-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ to the database server:
abort queries that take too long. A value of 0 (the default) means the
timeout is disabled.

<<<<<<< HEAD
`postgresql-track-external-connection-history`
: Whether connection history records should be created for connections not
defined in the database. By default, external connection history will be
Expand All @@ -691,15 +690,14 @@ to the database server:
application after an access window closes, set this to "false". Users will
always be prevented from logging in outside of access windows regardless of
this setting.
=======

`postgresql-batch-size`
: Controls how many objects may be retrieved from the database in a single
query. If more objects than this number are requested, retrieval of those
objects will be automatically and transparently split across multiple
queries.

By default, PostgreSQL queries will retrieve no more than 5000 objects.
>>>>>>> staging/1.5.2
:::

:::{tab} SQL Server
Expand Down Expand Up @@ -732,7 +730,6 @@ to the database server:
the SQL Server installation. This property is optional, and most installations
should work without the need to specify an instance name.

<<<<<<< HEAD
`sqlserver-track-external-connection-history`
: Whether connection history records should be created for connections not
defined in the database. By default, external connection history will be
Expand All @@ -745,7 +742,7 @@ to the database server:
application after an access window closes, set this to "false". Users will
always be prevented from logging in outside of access windows regardless of
this setting.
=======

`sqlserver-batch-size`
: Controls how many objects may be retrieved from the database in a single
query. If more objects than this number are requested, retrieval of those
Expand Down

0 comments on commit 4ec4c07

Please sign in to comment.