Skip to content
Snippets Groups Projects
  1. May 27, 2021
  2. May 24, 2021
  3. Apr 14, 2021
  4. Feb 26, 2021
  5. 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
  6. Jul 03, 2020
  7. Jun 16, 2020
  8. Jun 03, 2020
  9. May 19, 2020
  10. Apr 08, 2020
  11. Sep 18, 2019
  12. Aug 28, 2019
  13. Jul 02, 2019
  14. Jun 10, 2019
  15. Mar 22, 2019
  16. 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
  17. Oct 20, 2018
  18. Oct 18, 2018
  19. Oct 17, 2018
  20. Oct 12, 2018
  21. Sep 25, 2018
  22. Nov 15, 2014
  23. Nov 13, 2014
  24. Oct 02, 2014
  25. Sep 08, 2014
  26. Sep 03, 2014
Loading