summaryrefslogtreecommitdiff
path: root/src/stacktrace.erl
Commit message (Collapse)AuthorAgeFilesLines
* Allow ht:load_tree() 30 seconds to finish.Linus Nordberg2015-06-121-3/+6
| | | | Default 5 seconds was not enough on a tree with around 5.2M entries.
* Invoke gen_server:call/2 via stacktrace:call/2.Linus Nordberg2014-11-041-0/+18
stacktrace:call() logs an error if the gen_server:call() throws timeout.