File tree 2 files changed +14
-1
lines changed 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -45,3 +45,11 @@ production:
45
45
# Note that if you have a long-running query (over 30 seconds), it will time out.
46
46
# See our example for long-running queries in the blog post referenced above.
47
47
timeout : 15
48
+
49
+ # Set this to ensure that your writes are a round-trip operation
50
+ # and are confirmed by the system.
51
+ safe : true
52
+
53
+ # refresh_interval specifies the number of seconds to cache server information.
54
+ # Lowering this number will help the driver recover more quickly from changes to replica set reconfiguration
55
+ refresh_interval : 10
Original file line number Diff line number Diff line change 4
4
5
5
SESSION=coderwall
6
6
7
+ rvm use ruby-2.1.2@coderwall
8
+
7
9
# Go to working directory
8
10
9
- # cd ~/assemblymade/coderwall
11
+ cd
12
+ cd $HOME /assemblymade/coderwall
10
13
14
+ bundle install
15
+ bundle clean --force
11
16
vagrant up --no-provision
12
17
13
18
# Session Exists?
You can’t perform that action at this time.
0 commit comments