Skip to content
Snippets Groups Projects
  1. Nov 23, 2020
    • Waylon Cude's avatar
      Fix synctl and duplicate worker spawning (#8798) · 71278557
      Waylon Cude authored
      Synctl did not check if a worker thread was already running when using
      `synctl start` and would naively start a fresh copy. This would
      sometimes lead to cases where many duplicate copies of a single worker
      would run.
      
      This fix adds a pid check when starting worker threads and synctl will
      now refuse to start individual workers if they're already running.
      71278557
  2. Jul 03, 2020
  3. Jun 16, 2020
  4. Jun 03, 2020
  5. May 19, 2020
  6. Apr 08, 2020
  7. Sep 18, 2019
  8. Aug 28, 2019
  9. Jul 02, 2019
  10. Jun 10, 2019
  11. Mar 22, 2019
  12. Jan 07, 2019
    • Jason Robinson's avatar
      Fix command hint to generate a config file (#4353) · 26e5abf2
      Jason Robinson authored
      
      * Fix command hint to generate a config file
      
      When trying to start Synapse without a config file, it will complain
      and give a hint towards what command to run. This hinted command
      is missing the "report_stats" parameter, which is required with either
      yes or no value. Add this to the command.
      
      Not an ideal situation but makes the given command work without the
      user getting another error, even though it might be unclear what
      "report_stats" represents.
      
      Signed-off-by: default avatarJason Robinson <jasonr@matrix.org>
      
      26e5abf2
  13. Oct 20, 2018
  14. Oct 18, 2018
  15. Oct 17, 2018
  16. Oct 12, 2018
  17. Sep 25, 2018
  18. Nov 15, 2014
  19. Nov 13, 2014
  20. Oct 02, 2014
  21. Sep 08, 2014
  22. Sep 03, 2014
Loading