Reduce delay between tap and UI - Skip dump to file (#26)

* Pass HARs between tap and api via channel.

* Fixed make docker commad.

* Various fixes.

* Added .DS_Store to .gitignore.

* Parse flags in Mizu main instead of in tap_output.go.

* Use channel to pass HAR by default instead of files.
This commit is contained in:
nimrod-up9
2021-05-03 14:50:28 +03:00
committed by GitHub
parent 5727630846
commit b03134919e
8 changed files with 73 additions and 23 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
./mizuagent -i any -hardump -hardir /tmp/mizuhars -harentriesperfile 5 -targets ${TAPPED_ADDRESSES}
./mizuagent -i any -hardump -targets ${TAPPED_ADDRESSES}