s3:messages: explicitly use max_thread=unlimited for pthreadpool_tevent_init() in...
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Jun 2018 22:10:08 +0000 (00:10 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 12 Jul 2018 12:25:18 +0000 (14:25 +0200)
commit65faef959d93221909d3d4031f685a442935ee90
tree8ede73a3990a4f35a52a4ac93cbf98ae10831127
parent53a9f3cac646c1034a15d2b54531b9be46dde923
s3:messages: explicitly use max_thread=unlimited for pthreadpool_tevent_init() in messaging_dgm_init()

Currently 0 also means unlimited, but that will change soon,
to force no thread and strict sync processing.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/messages_dgm.c