Batch size not maintained between save/load of TextLMDataBunch

When I create a TextLMDataBunch with custom batch size, save it and reload it with load_data(), the batch size is defaulted to 64, the original bs with which the data bunch was created is not maintained.