Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-gcrypt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-gcrypt
Commits
9ebc3a5f
Commit
9ebc3a5f
authored
May 16, 2017
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention some more man pages in SEE ALSO.
parent
c3d2f622
Pipeline
#212
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
README.rst
README.rst
+6
-4
vmod_gcrypt.vcc
src/vmod_gcrypt.vcc
+2
-0
No files found.
README.rst
View file @
9ebc3a5f
...
...
@@ -662,10 +662,10 @@ by the varnishd parameters ``thread_pools``, ``thread_pool_min`` and
``thread_pool_max``; this in turn affects how much secure memory will
need to be available for each object in each thread. ``thread_pools``
determines how many thread pools there are, and for each pool, at
least ``thread_pool_min``
will always be started. More threads may be
started to respond to increasing load, up to the maximum given by
``thread_pool_max`` for each thread. As load decreases (that is, when
threads become idle for time given by ``thread_pool_timeout``),
least ``thread_pool_min``
threads will always be started. More threads
may be started to respond to increasing load, up to the maximum given
by ``thread_pool_max`` for each thread. As load decreases (that is,
when
threads become idle for time given by ``thread_pool_timeout``),
threads will be stopped until the minimum ``thread_pool_min`` is
reached.
...
...
@@ -801,6 +801,8 @@ SEE ALSO
* varnishd(1)
* vcl(7)
* varnishlog(1)
* mlock(2)
* pthread_key_create(3)
* libgcrypt: https://gnupg.org/software/libgcrypt/index.html
* source repository: https://code.uplex.de/uplex-varnish/libvmod-gcrypt
* VMOD blobcode: https://code.uplex.de/uplex-varnish/libvmod-blobcode
...
...
src/vmod_gcrypt.vcc
View file @
9ebc3a5f
...
...
@@ -730,6 +730,8 @@ SEE ALSO
* varnishd(1)
* vcl(7)
* varnishlog(1)
* mlock(2)
* pthread_key_create(3)
* libgcrypt: https://gnupg.org/software/libgcrypt/index.html
* source repository: https://code.uplex.de/uplex-varnish/libvmod-gcrypt
* VMOD blobcode: https://code.uplex.de/uplex-varnish/libvmod-blobcode
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment