increase the number of cassandra records

This commit is contained in:
Andreas Zweili 2018-09-04 06:01:31 +02:00
parent a29c193926
commit 31f03b4a17
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class PythonCassandraExample:
"""
)
counter = 1
while 10000 > counter:
while 100000 > counter:
batch = create_batch(insert_sql)
self.session.execute(batch)
counter += 1