1
0
mirror of https://github.com/bspeice/metrik synced 2025-07-13 03:45:31 -04:00

Be more stingy with connections

I think the act of spinning up ~4000 MongoTargets for the Equities caused things to blow up; this way connections will only by created/used when operations are being performed. This is theoretically less efficient, but from what I've read in the documentation Mongo should have some pooling tricks to not sacrifice performance.
This commit is contained in:
Bradlee Speice
2016-08-25 23:17:35 -04:00
parent 4536278383
commit 76193599d0
2 changed files with 24 additions and 13 deletions

View File

@ -1,2 +1,2 @@
__version__ = '0.3.6'
__version__ = '0.3.7'
__release__ = __version__