Hi Ryan
Any more news on this issue?
I’ve found the simplest way to reproduce this issue, install a clean instance
of bloodhound and run this bash script to fill the database:
for a in `seq 200`
do
sqlite3 bloodhound.db 'insert into bloodhound_product
values("'$a'","KK-'$a'","","admin”)'
done
This will provoke the issue
/Anders
On 26 Mar 2015, at 21:51, Anders Lynge Esbensen
<[email protected]<mailto:[email protected]>>
wrote:
I’m using a line like this
tracd --port=8000 /opt/bloodhound/environments/main
straight of the wiki
On 26 Mar 2015, at 21:41, Ryan J Ollos
<[email protected]<mailto:[email protected]><mailto:[email protected]>>
wrote:
On Thu, Mar 26, 2015 at 1:37 PM, Anders Lynge Esbensen <
[email protected]<mailto:[email protected]><mailto:[email protected]>>
wrote:
I’m running a single instance of tracd (without apache)
/Anders
Could you post the exact command with options you are using when starting
tracd?