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

  1. 23 Aug, 2017 1 commit
  2. 19 Aug, 2017 1 commit
  3. 15 Aug, 2017 2 commits
  4. 14 Aug, 2017 9 commits
  5. 13 Aug, 2017 9 commits
  6. 11 Aug, 2017 1 commit
  7. 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
  8. 28 Jul, 2017 1 commit
  9. 22 Jul, 2017 1 commit
  10. 21 Jul, 2017 2 commits
  11. 20 Jul, 2017 2 commits
  12. 13 Jul, 2017 2 commits
  13. 11 Jul, 2017 3 commits
  14. 10 Jul, 2017 3 commits