Skip to content
Snippets Groups Projects

Issue #3362627 by tgoeg: Make timeout configurable

2 unresolved threads

Closes #3362627

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
28 29 public function defaultConfiguration() {
29 30 return [
30 31 'docconv_path' => '/usr/bin/docd',
32 'docconv_timeout' => 60,
  • 28 28 public function defaultConfiguration() {
    29 29 return [
    30 30 'pdftotext_path' => 'pdftotext',
    31 'pdftotext_timeout' => 60,
    Please register or sign in to reply
    Loading