That is likely to not work, and here's why. (At least with my version of the pipeline, I'd be happy to hear this has been fixed)
When you set it to mismatch of 1, it takes each barcode, and generates all the possible off-by-one barcodes, so when it sees those, it knows what barcode it's really supposed to be. So for AAAAAAAA, it decides that AAAAAAAT is one of those one-offs. If you also have AAAAAATT in the same lane, one of its one-off barcodes is AAAAAAAT. Rather than smartly say "Well, if we see that exact barcode sequence, we'll just skip it, because we don't know what its supposed to be" the software will refuse to process the lane. So when using mismatch-1, your barcodes have to differ from each other by at least 3 letters. If you up the mismatch allowance, there are likely to be barcode clashes that you didn't worry about at mismatch 1.
FYI, whenever we've had this happen the samples/run had other issues and it ended up not being worthwhile salvaging the data.