openlawlibrary / OLAAF-Transient

Transient authentication implementation
Other
3 stars 0 forks source link

Limit hashes list size #16

Closed danixeee closed 4 years ago

danixeee commented 4 years ago

Closes #15.

I have tried splitting diff_names list into chunks and running the same logic across multiple processes (process_pool.map(...)), but I am getting Database.Cursor.execute(self, query, params) MemoryError.