| Index: state/open.go |
| === modified file 'state/open.go' |
| --- state/open.go 2014-02-07 18:38:02 +0000 |
| +++ state/open.go 2014-02-17 16:32:56 +0000 |
| @@ -255,6 +255,7 @@ |
| annotations: db.C("annotations"), |
| statuses: db.C("statuses"), |
| stateServers: db.C("stateServers"), |
| + sequences: db.C("sequence"), |
| } |
| log := db.C("txns.log") |
| logInfo := mgo.CollectionInfo{Capped: true, MaxBytes: logSize} |