# File lib/couchrest/server.rb, line 76
    def restart!
      CouchRest.post "#{@uri}/_restart"
    rescue RestClient::ServerBrokeConnection
      # Shouldn't really happen, but does in CouchDB 1.0.0
    end