Skip to content

Commit

Permalink
[FEAT] set pod defaut time to 12hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkady Fukzon committed Jul 13, 2016
1 parent 86062bc commit 4d2171b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/services/serverService.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ devflowApp.factory('serverService', ['$http', 'socket', 'notificationService', f
server.branch_name = branchName;
server.custom_gemset = customGems

this.setReleaseDate(server, 1);
this.setReleaseDate(server, 12);
socket.emit('createServer', server, function(data) {
var env = methods.findEnvByName(data.environment);
env.servers.push(data);
Expand Down

0 comments on commit 4d2171b

Please sign in to comment.