// on large dbs, this times out
// broken waiting for ektorp to fix!!!
// We need to catch the error, and poll the couch
ReplicationStatus status = instance.replicate(firstReplication);
} catch (Exception socketTimeoutException) {
//socketTimeoutException.printStackTrace();
System.out.println("REPLICATION HACK");
waitForReplicationToFinishHack(instance);