This file is indexed.

/usr/share/doc/cl-sql/html/db-pool-max-free-connections.html is in cl-sql 6.5.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>*DB-POOL-MAX-FREE-CONNECTIONS*</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="CLSQL Users' Guide" /><link rel="up" href="ref-connect.html" title="Connection and Initialisation" /><link rel="prev" href="connect-if-exists.html" title="*CONNECT-IF-EXISTS*" /><link rel="next" href="default-database.html" title="*DEFAULT-DATABASE*" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">*DB-POOL-MAX-FREE-CONNECTIONS*</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="connect-if-exists.html">Prev</a> </td><th width="60%" align="center">Connection and Initialisation</th><td width="20%" align="right"> <a accesskey="n" href="default-database.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="db-pool-max-free-connections"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>*DB-POOL-MAX-FREE-CONNECTIONS* — How many free connections should the connection pool try to keep.<strong>Parameter</strong></p></div><div class="refsect1"><a id="idp60052000"></a><h2>Value Type</h2><p>Integer</p></div><div class="refsect1"><a id="idp60053344"></a><h2>Initial Value</h2><p>4</p></div><div class="refsect1"><a id="idp60054688"></a><h2>Description</h2><p>Threshold of free-connections in the pool before we
  disconnect a database rather than returning it to the pool.  NIL for
  no limit.  This is really a heuristic that should, on avg keep the
  free connections about this size.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This is not a hard limit, the number of connections in
        the pool may exceed this value.</p></div></div><div class="refsect1"><a id="idp60057216"></a><h2>Examples</h2><pre class="screen">
	(setf clsql-sys:*db-pool-max-free-connections* 2)
      </pre></div><div class="refsect1"><a id="idp60058880"></a><h2>Affected By</h2><p>None</p></div><div class="refsect1"><a id="idp60060224"></a><h2>See Also</h2><p>
        </p><table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="connect.html" title="CONNECT"><code class="function">connect</code></a></td></tr><tr><td><a class="link" href="disconnect.html" title="DISCONNECT"><code class="function">disconnect</code></a></td></tr></table><p>
      </p></div><div class="refsect1"><a id="idp60557680"></a><h2>Notes</h2><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p></p></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="connect-if-exists.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ref-connect.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="default-database.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">*CONNECT-IF-EXISTS* </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> *DEFAULT-DATABASE*</td></tr></table></div></body></html>