You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We imported about 5000 cases (out of 16000) cases into TheHive 4. The setup is using the Cassanda backend. Loading the main page takes quite long (~10 seconds).
Steps to Reproduce
Import 5000 cases.
Open TheHive.
Complementary information
Just retrieving the case count takes 4-7 seconds:
time curl https://thehive.xxx.com/api/v1/query -s -H "Authorization: Bearer XXX" -H "Content-type: application/json" -d '{"query": [{"_name": "listCase"},{"_name": "count"}]}'
5190
real 0m5.174s
user 0m0.019s
sys 0m0.012s
This is similar to #1584 but related to cases this time.
The text was updated successfully, but these errors were encountered:
Work Environment
Problem Description
We imported about 5000 cases (out of 16000) cases into TheHive 4. The setup is using the Cassanda backend. Loading the main page takes quite long (~10 seconds).
Steps to Reproduce
Complementary information
Just retrieving the case count takes 4-7 seconds:
This is similar to #1584 but related to cases this time.
The text was updated successfully, but these errors were encountered: