basemkhirat / elasticsearch

The missing elasticsearch ORM for Laravel, Lumen and Native php applications
MIT License
401 stars 130 forks source link

Modified the connection instance to singleton mode #99

Closed walkerxiong closed 4 years ago

walkerxiong commented 5 years ago

Hi, @basemkhirat I found that when the connection instance runs the program on the console, it creates a lot of connections, causing unnecessary wear and tear, so it is modified into a singleton mode.