1. 16 Mar, 2018 2 commits
    • session: fork Macaron mysql session middleware · 3ca1e065
      This changes forks the mysql part of the Macaron session middleware.
      
      In the forked mysql file:
      
      - takes in a config setting for SetConnMaxLifetime (this solves wait_timeout
      problem if it is set to a shorter interval than wait_timeout)
      - removes the panic when an error is returned in the Exist function.
      - retries the exist query once
      - retries the GC query once
      Daniel Lee committed
    • database: expose SetConnMaxLifetime as config setting · 9cdd7cb0
      For MySQL, setting this to be shorter than the wait_timeout MySQL setting
      solves the issue with connection errors after the session has timed out for
      the connection to the database via xorm.
      Daniel Lee committed
  2. 15 Mar, 2018 2 commits
  3. 13 Mar, 2018 19 commits
  4. 12 Mar, 2018 15 commits
  5. 09 Mar, 2018 2 commits