Skip to content

Commit 9c783d4

Browse files
author
Yutaro Iiyama
committed
no user selection for mysqllock
1 parent bbd272f commit 9c783d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/common/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
)
118118

119119
mysqllock = Configuration(
120-
users = [('%%', '%%')] # list of (user, service) 2-tuples
120+
users = [] # list of (user, service) 2-tuples
121121
)
122122

123123
activitylock = Configuration(

0 commit comments

Comments
 (0)