Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 679b359

Browse files
committed
Added timeout config option
1 parent b288d0e commit 679b359

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Config/config.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,19 @@
129129

130130
'port' => 389,
131131

132+
/*
133+
|--------------------------------------------------------------------------
134+
| Timeout
135+
|--------------------------------------------------------------------------
136+
|
137+
| The timeout option allows you to configure the amount of time in
138+
| seconds that your application waits until a response
139+
| is received from your LDAP server.
140+
|
141+
*/
142+
143+
'timeout' => 5,
144+
132145
/*
133146
|--------------------------------------------------------------------------
134147
| Base Distinguished Name

0 commit comments

Comments
 (0)