How to make a gameObject falls quickly?

I created a new gameObject(cube) and i added a rigidbody to it, but when i hit play button to view the scene the cube falls slowly, I want to know if there anyway to let it falls quickly without using AddForce() function or adding mass to it.