[PATCH] D114846: [llvm] [Debuginfod] LLVM debuginfod server.

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 10:23:37 PDT 2022


phosek added inline comments.


================
Comment at: llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp:43
+static cl::opt<double>
+    ScanInterval("t", cl::init(10000),
+                 cl::desc("Number of seconds to wait between subsequent scans "
----------------
10000s is a long time between scans, elfutils defaults to 300s which I think would be better.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114846/new/

https://reviews.llvm.org/D114846



More information about the llvm-commits mailing list