Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rmatics - Посылки от одного пользователя #272

Open
shestimerov opened this issue Nov 1, 2018 · 0 comments
Open

Comments

@shestimerov
Copy link
Contributor

--- a/include/ejudge/prepare_dflt.h
+++ b/include/ejudge/prepare_dflt.h
@@ -122,7 +122,7 @@
#define DFLT_G_DISABLE_TEAM_CLARS 0
#define DFLT_G_IGNORE_COMPILE_ERRORS 0
#define DFLT_G_DISABLE_FAILED_TEST_VIEW 0
-#define DFLT_G_IGNORE_DUPLICATED_RUNS 1
+#define DFLT_G_IGNORE_DUPLICATED_RUNS 0
#define DFLT_G_SHOW_DEADLINE 0
#define DFLT_G_ENABLE_PRINTING 0
#define DFLT_G_DISABLE_BANNER_PAGE 0

--- a/serve_2.c
+++ b/serve_2.c
@@ -429,6 +429,7 @@ serve_remove_status_file(serve_state_t state)
int
serve_check_user_quota(serve_state_t state, int user_id, size_t size)
{

  • return 0;
    int num;
    size_t total;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant