Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8ab92c3

Browse files
committed
use port=5432 for shardlord in run_shardlord.py (temporary bugfix)
1 parent 63fd2b4 commit 8ab92c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_sharlord.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Shardlord(PostgresNode):
88
def __init__(self, name):
9-
super(Shardlord, self).__init__(name=name)
9+
super(Shardlord, self).__init__(name=name, port=5432)
1010

1111
self.nodes = []
1212

0 commit comments

Comments
 (0)