How can you control (in my case reduce) the spacing of the bibliography in biblatex? I used to use
\begin{spacing}{0.9}
\bibliographystyle{plain}
\bibliography{refs}
\end{spacing}
and
\setlength{\bibsep}{0.0pt}. But how do you do the equivalent in biblatex?
EDIT: I should maybe have mentioned I am using
\begin{refsection}
\printbibliography[heading=subbibliography]
\end{refsection}
[..]
\begin{refsection}
to get multiple bibliographies and I would like to be able to control the spacing per bib.
\printbibliography[heading=subbibliography]
\end{refsection}

\renewcommand{\bibfont}{\small}will also make your bibliography take up less space. – Seamus May 04 '11 at 12:20\smallis equivalent to about 10pt. See this wikibook page for details – Seamus May 08 '11 at 22:36