How to disable RavenDB replication

前端 未结 2 1436
孤街浪徒
孤街浪徒 2020-12-19 04:51

How do I disable RavenDB replication? The reason for that is I have a simple database on one server and I don\'t need any replication at this point.

IDocume         


        
相关标签:
2条回答
  • 2020-12-19 05:19

    The web exception is thrown and caught internally inside RavenDB Client. You can safely continue working, and your code will execute properly.

    0 讨论(0)
  • 2020-12-19 05:31

    The 404 is caused by Raven checking to see if you have replication setup and you can safely ignore it.

    http://groups.google.com/group/ravendb/browse_thread/thread/5cdde7854bc929f4

    http://groups.google.com/group/ravendb/browse_thread/thread/6cb950e1eb760c08/c09ce446a3f4e99f

    0 讨论(0)
提交回复
热议问题