不要怂,就是干,撸起袖子干!

  1. 13 Aug, 2017 7 commits
  2. 11 Aug, 2017 1 commit
  3. 10 Aug, 2017 3 commits
    • (fix): connection manager evict stale connections (#7924) · 4660d0c1
      * Eviction config in connection-manager.js 
      
      Added configuration property `evictionRunIntervalMillis` to node-pool instantiation to allow evictions to run against stale connections in the pool. The default value is set to 0 which prevents evictions all together. The added configuration will cause evictions to run every 60 seconds. The setting has been exposed in the Sequelize configuration options.
      
      * Update default pool options in usage.md
      
      Corrected the existing default pooling options in `usage.md` and added new option for evict which controls the interval in which evictions run.
      
      * Added evictionTimeoutMillis to remaining areas
      
      Adding `evictionTimeoutMillis` to remaining configuration areas within `connection-manager.js`
      
      * Adding documentation for `options.pool.evict`
      
      Updating the comment which documents the configuration parameters available when constructing a new _Sequelize_ object.
      
      * Change "between" -> "for" 
      
      Updating the grammar for simplify the understanding of this option.
      Skylar Graika committed
    • (chores): fixing failing mssql builds (#8089) · 05f3c6d8
      Locked tedious to 1.14.0, this is required as Query Queue tests are failing in 1.15.0
      This indicate there is a breaking error message / type change between these two versions
      Sushant committed
  4. 28 Jul, 2017 1 commit
  5. 22 Jul, 2017 1 commit
  6. 21 Jul, 2017 2 commits
  7. 20 Jul, 2017 2 commits
  8. 13 Jul, 2017 2 commits
  9. 11 Jul, 2017 3 commits
  10. 10 Jul, 2017 3 commits
  11. 06 Jul, 2017 2 commits
  12. 29 Jun, 2017 3 commits
  13. 28 Jun, 2017 1 commit
  14. 27 Jun, 2017 1 commit
  15. 26 Jun, 2017 2 commits
  16. 21 Jun, 2017 3 commits
  17. 20 Jun, 2017 3 commits