tntech-ngin / ndn-hydra

ndn-hydra: A Python-coded NDN distributed repository with five focused attributes: resiliency, scalability, usability, efficiency, and security.
Apache License 2.0
2 stars 1 forks source link

SQLite: large files subsequent deletions #44

Closed sankalpatimilsina12 closed 3 days ago

sankalpatimilsina12 commented 1 week ago

The error occurred while trying to delete multiple large files one after another from the repository and reads:

sqlite3: OperationalError: cannot start a transaction within a transaction

I will look into this.