MongoRepository Save() issue

The connection url i like this
mongodb+srv://{USER}:{PASSWORD}@{HOST}/{DB_NAME}?retryWrites=true&w=majority
do we need to set readPreference along with the connection url ?