Skip to content

Commit 4e9e57a

Browse files
authored
Remove semicolon ';' from the end of modparam - otherwise there are starttup problems
1 parent 6ab619c commit 4e9e57a

File tree

1 file changed

+2
-2
lines changed
  • modules/cachedb_cassandra

1 file changed

+2
-2
lines changed

modules/cachedb_cassandra/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ Chapter 1. Admin Guide
118118
Example 1.1. Set cachedb_url parameter
119119
...
120120
modparam("cachedb_cassandra", "cachedb_url",
121-
"cassandra:group1://localhost:9042/keyspace1.users.counters");
121+
"cassandra:group1://localhost:9042/keyspace1.users.counters")
122122

123123
# Defining multiple contact points for a Cassandra cluster
124124
modparam("cachedb_cassandra", "cachedb_url",
125125
"cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counter
126-
s");
126+
s")
127127
...
128128

129129
Example 1.2. Use Cassandra servers

0 commit comments

Comments
 (0)