Global timeout option for IPFS.create() from ipfs-core

I see that the http client has a way to set a global timeout for all requests: js-ipfs/packages/ipfs-http-client at master 路 ipfs/js-ipfs 路 GitHub

I鈥檓 wondering if there鈥檚 a similar option when running an in-process ipfs node using the ipfs-core package? Currently we set a timeout every time we call ipfs.dag.get() but it would be nice to set the timeout once when we create the ipfs node by passing something to IPFS.create()