Skip to content

Commit 5e8c6ec

Browse files
Add missing ,
Fixes: #202
1 parent 644162e commit 5e8c6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/config.sample.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
'keys' => false,
8585

8686
// How many entries to fetch using each SCAN command.
87-
'scansize' => 1000
87+
'scansize' => 1000,
8888

8989
// The total number of entries to fetch. Set to 0 or -1 for no limit.
9090
'scanmax' => 0

0 commit comments

Comments
 (0)