How to change default implicit wait

The default implicit wait for finding elements changed in appium_lib_core 3.0 from 20 seconds to 0 seconds.

Is there a way I can change it back to 20 seconds via a capability option or something?

Oh, I figured it out. I just needed to add :wait => 20 inside :appium_lib (not :caps) in the options passed to Appium::Driver.new.