Commit a8912e4
fix(fossid): Increase HTTP timeout for deletion of uploaded content
If configured, the FossID plugin will delete uploaded content
after scan completion. Under some circumstances, FossID will not
send a response to the respective HTTP request within 10 seconds,
which results in a timeout in the FossID plugin.
Increase this timeout similar to other remote calls to FossID to
reduce the risk to run into this timeout.
Signed-off-by: klw1imb <[email protected]>1 parent c55bfe7 commit a8912e4
File tree
2 files changed
+2
-0
lines changed- clients/fossid-webapp/src/main/kotlin
- plugins/scanners/fossid/src/main/kotlin/events
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
0 commit comments