How to increase password (CSV) file size

How can I increase the upload size for importing password? because my password csv is exceed to 150kb.
Is there a work-around? How anyone found a solution?
Why has the Brave team/developers not dealt with this?
Thank for anyone willing to help.

@WorldChamp,

I assume you mean decreasehere?

Regardless, the file size of the password .csv that is exported from the browser is determined by the amount of data it holds. So if your .csv file is 200kb, then that’s because there is 200kb of data held within.

This is an inherited limit from the Chromium engine — other browsers also impose this limit. Notably, this limit only applies per-import. If you are exceeding the limit, simply split the .csv into two files and import them both.

Very interesting split them both.
Thank you so much for replying

Sorry, I meant split them in 2

Yes, should be very easy to do and should resolve the issue.