weizhouapache commented on PR #6812:
URL: https://github.com/apache/cloudstack/pull/6812#issuecomment-1401977913
@DaanHoogland @BryanMLima
```
MariaDB [cloud]> select * from configuration where value = '5000' and
category in ('Hidden', 'Secure')\G
*************************** 1. row ***************************
category: Hidden
instance: DEFAULT
component: DirectDownloadManager
name: direct.download.connection.request.timeout
value: 5000
description: Requesting a connection from connection manager timeout in
milliseconds for direct download
default_value: 5000
updated: 2023-01-24 08:29:41
scope: Global
is_dynamic: 1
1 row in set (0.00 sec)
```
@BryanMLima
can you update the category of the configuration above from "Hidden" to
"Advanced" (in java and also sql) ?
it seems ok with main branch and other PRs, but does not work with your PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]