mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
updated cql driver
This commit is contained in:
parent
3189f40da1
commit
a841c0ea44
2 changed files with 3 additions and 3 deletions
|
|
@ -21,12 +21,12 @@
|
|||
},
|
||||
"gocql": {
|
||||
"repo": "github.com/gocql/gocql",
|
||||
"version": "f09085c7ba26b10decf01d8aaa5a7022720642ca",
|
||||
"version": "fbad3bab5a1044b1eeb586d79e5f06df39861e2a",
|
||||
"type": "git"
|
||||
},
|
||||
"goleveldb": {
|
||||
"repo": "github.com/syndtr/goleveldb/leveldb",
|
||||
"version": "ff3719c6816e2cd194f05058452d660608e178ac",
|
||||
"version": "63c9e642efad852f49e20a6f90194cae112fd2ac",
|
||||
"type": "git"
|
||||
},
|
||||
"google-crypto": {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ func init() {
|
|||
cluster.Keyspace = keyspace
|
||||
cluster.Consistency = gocql.One
|
||||
cluster.Timeout = 5 * time.Second
|
||||
cluster.RetryPolicy = gocql.RetryPolicy{NumRetries: 10}
|
||||
cluster.RetryPolicy = &gocql.SimpleRetryPolicy{NumRetries: 10}
|
||||
}
|
||||
|
||||
func BuildSchema() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue